mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
removed console.log
This commit is contained in:
@@ -83,7 +83,6 @@ SocketModules.composer.editCheck = function(socket, pid, callback) {
|
||||
};
|
||||
|
||||
SocketModules.composer.renderPreview = function(socket, content, callback) {
|
||||
console.log(content);
|
||||
plugins.fireHook('filter:parse.raw', content, callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user