[misc] WebsocketControllerTests: remove debugging code
This commit is contained in:
@@ -42,7 +42,6 @@ describe('WebsocketController', function () {
|
||||
leave: sinon.stub()
|
||||
}
|
||||
return (this.WebsocketController = SandboxedModule.require(modulePath, {
|
||||
globals: { console },
|
||||
requires: {
|
||||
'./WebApiManager': (this.WebApiManager = {}),
|
||||
'./AuthorizationManager': (this.AuthorizationManager = {}),
|
||||
|
||||
Reference in New Issue
Block a user