mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
remove console.log
This commit is contained in:
@@ -257,7 +257,6 @@ SocketAdmin.logs.clear = function(socket, data, callback) {
|
||||
};
|
||||
|
||||
SocketAdmin.errors.clear = function(socket, data, callback) {
|
||||
console.log('clearing errors?');
|
||||
meta.errors.clear(callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user