mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-07 21:25:39 +00:00
Remove accidental debug logging
This commit is contained in:
@@ -290,8 +290,6 @@ export class User extends BaseClass {
|
||||
notes: {},
|
||||
});
|
||||
|
||||
console.log("new user")
|
||||
console.log(user);
|
||||
await user.save();
|
||||
|
||||
setImmediate(async () => {
|
||||
|
||||
Reference in New Issue
Block a user