aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/index.ts b/src/server/index.ts
index 5a534afae..deb3c1bd6 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -350,6 +350,7 @@ function setField(socket: Socket, newValue: Transferable) {
if (newValue.type === Types.Text) {
Search.Instance.updateDocument({ id: newValue.id, data: (newValue as any).data });
console.log("set field");
+ console.log("checking in");
}
}