diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-09 12:25:46 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-09 12:25:46 +0530 |
commit | 12285b8c0aff514a2345874508c35b6de1026ef4 (patch) | |
tree | af42356d2984f5236b2e9f7480c656677d6402da /src/client/DocServer.ts | |
parent | 5e9a710d046150aaea6d8d50e1ecc271f44ca50b (diff) |
acls now work I think + some cleanup
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index 860a8fd92..bac324c77 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -40,7 +40,6 @@ export namespace DocServer { export var PlaygroundFields: string[]; export function setPlaygroundFields(livePlaygroundFields: string[]) { - console.log("here"); DocServer.PlaygroundFields = livePlaygroundFields; livePlaygroundFields.forEach(f => DocServer.setFieldWriteMode(f, DocServer.WriteMode.LivePlayground)); } |