Skip to content

Commit c6d0ad7

Browse files
committed
Remove useless logs
1 parent 5753503 commit c6d0ad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/cb.core/workspace.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function Workspace(options, events) {
3636
// Mapping of users
3737
this._users = {};
3838
this.maxUsers = options.maxUsers;
39-
console.log("limit users", this.maxUsers);
4039

4140
// Last modification
4241
this.mtime = null;

0 commit comments

Comments
 (0)