Skip to content
Snippets Groups Projects
Commit 7ea454ed authored by IsolatedSushi's avatar IsolatedSushi
Browse files

Removing console lines

parent 39138472
No related branches found
No related tags found
1 merge request!13Major update
......@@ -18,7 +18,6 @@ class ProjectorService(rpc.ProjectorServicer):
pointChunkBuffer.append(self.rowToPoint(row))
print("Sending back",len(pointChunkBuffer),"Points")
pointChunk = projector.PointChunk(points=pointChunkBuffer)
yield pointChunk
......
......@@ -146,7 +146,6 @@ function sendRandomPointStream(connection) {
//Result from KNN request
function sendNeighbour(response,ws){
console.log(response);
if(!response || response["rows"].length == 0){
const errMSG = "The word (or one of the words) was not in the set (or hasnt been received yet)";
console.log(errMSG);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment