[misc] WebsocketControllerTests: remove debugging code

This commit is contained in:
Jakob Ackermann 2020-07-01 11:36:36 +01:00
parent a77222470b
commit 8601084a2e

View file

@ -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 = {}),