mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] WebsocketControllerTests: remove debugging code
This commit is contained in:
parent
a77222470b
commit
8601084a2e
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ describe('WebsocketController', function () {
|
||||||
leave: sinon.stub()
|
leave: sinon.stub()
|
||||||
}
|
}
|
||||||
return (this.WebsocketController = SandboxedModule.require(modulePath, {
|
return (this.WebsocketController = SandboxedModule.require(modulePath, {
|
||||||
globals: { console },
|
|
||||||
requires: {
|
requires: {
|
||||||
'./WebApiManager': (this.WebApiManager = {}),
|
'./WebApiManager': (this.WebApiManager = {}),
|
||||||
'./AuthorizationManager': (this.AuthorizationManager = {}),
|
'./AuthorizationManager': (this.AuthorizationManager = {}),
|
||||||
|
|
Loading…
Reference in a new issue