Skip to content

Commit 3a0f56f

Browse files
committed
rm log
1 parent caf14a1 commit 3a0f56f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/user.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ export default class UserModel extends AbstractModel<UserDBScheme> implements Us
376376

377377
for (const id of ids) {
378378
const workspaceId = id.toString();
379-
console.log(workspaceId);
380379
const workspace = this.workspaces[workspaceId];
381380

382381
if (workspace && workspace.isPending !== true) {

0 commit comments

Comments
 (0)