diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-25 12:29:35 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-25 12:29:35 -0400 |
commit | ce71ea9b87427e41c65012c297aab9afc712b4ba (patch) | |
tree | 52f7b7f46be3422a6fcae0b44c2703a6d05fa4e0 /src/client/DocServer.ts | |
parent | 7a236b1dbd609827828010f52df8eed6e54b6cd5 (diff) | |
parent | b4888c53bcc4eb9a37ed4b3dac740bfffc64d3c5 (diff) |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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 de5e052b9..cb460799f 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -5,7 +5,6 @@ import { Utils, emptyFunction } from '../Utils'; import { SerializationHelper } from './util/SerializationHelper'; import { RefField } from '../new_fields/RefField'; import { Id, HandleUpdate } from '../new_fields/FieldSymbols'; -import { CurrentUserUtils } from '../server/authentication/models/current_user_utils'; /** * This class encapsulates the transfer and cross-client synchronization of |