aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-17 15:09:55 -0400
committerbobzel <zzzman@gmail.com>2021-09-17 15:09:55 -0400
commit50886bf908a5a155849daa5920b42a86752f9d1b (patch)
tree3487ddf5ebd158314d70e5f1908bcf854a2afc4b /src/client/DocServer.ts
parentf097eefd91614d4efa2a89b3d8c7d1071d6c0b6f (diff)
fixed warnings
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 3b376a0e7..e498a7cca 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -241,7 +241,6 @@ export namespace DocServer {
// the field has been returned from the server
const getSerializedField = Utils.EmitCallback(_socket, MessageStore.GetRefField, id);
- console.log(id)
// when the serialized RefField has been received, go head and begin deserializing it into an object.
// Here, once deserialized, we also invoke .proto to 'load' the document's prototype, which ensures that all
// future .proto calls on the Doc won't have to go farther than the cache to get their actual value.
@@ -265,7 +264,6 @@ export namespace DocServer {
} else {
delete _cache[id];
}
- console.log(id, field);
return field;
// either way, overwrite or delete any promises cached at this id (that we inserted as flags
// to indicate that the field was in the process of being fetched). Now everything