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 af99b116a..83c0bc222 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -310,6 +310,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");
}
}