mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +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) {
|
SocketModules.composer.renderPreview = function(socket, content, callback) {
|
||||||
console.log(content);
|
|
||||||
plugins.fireHook('filter:parse.raw', content, callback);
|
plugins.fireHook('filter:parse.raw', content, callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user