We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753503 commit c6d0ad7Copy full SHA for c6d0ad7
core/cb.core/workspace.js
@@ -36,7 +36,6 @@ function Workspace(options, events) {
36
// Mapping of users
37
this._users = {};
38
this.maxUsers = options.maxUsers;
39
- console.log("limit users", this.maxUsers);
40
41
// Last modification
42
this.mtime = null;
0 commit comments