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 caf14a1 commit 3a0f56fCopy full SHA for 3a0f56f
src/models/user.ts
@@ -376,7 +376,6 @@ export default class UserModel extends AbstractModel<UserDBScheme> implements Us
376
377
for (const id of ids) {
378
const workspaceId = id.toString();
379
- console.log(workspaceId);
380
const workspace = this.workspaces[workspaceId];
381
382
if (workspace && workspace.isPending !== true) {
0 commit comments