mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +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) {
|
SocketAdmin.errors.clear = function(socket, data, callback) {
|
||||||
console.log('clearing errors?');
|
|
||||||
meta.errors.clear(callback);
|
meta.errors.clear(callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user