mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
fix: removed console.logs
This commit is contained in:
@@ -329,7 +329,6 @@ SocketGroups.cover.remove = async (socket, data) => {
|
||||
}
|
||||
|
||||
await canModifyGroup(socket.uid, data.groupName);
|
||||
console.log('calling groups.removeCover');
|
||||
await groups.removeCover(data);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user