aboutsummaryrefslogtreecommitdiff
path: root/src/client/Server.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-12 18:34:17 -0400
committerbob <bcz@cs.brown.edu>2019-04-12 18:34:17 -0400
commit9c162a938e861509e2e32e7b63409f037e2da284 (patch)
treef4235ef6cbac487b0495993f19c5b17debd11185 /src/client/Server.ts
parent5557c3b87df3119a3e53d2edb4bbdb9ae1deafc4 (diff)
removed log stuff
Diffstat (limited to 'src/client/Server.ts')
-rw-r--r--src/client/Server.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/Server.ts b/src/client/Server.ts
index fb5ad1c52..3bbbebe72 100644
--- a/src/client/Server.ts
+++ b/src/client/Server.ts
@@ -123,9 +123,6 @@ export class Server {
callback(fieldfromserver);
}
}
- if (!fieldfromserver && callback) {
- console.log("Why didn't we get a field?")
- }
}));
}
}