removed console.log

v1.18.x
barisusakli 10 years ago
parent 82c4488505
commit 1adc3b4ea7

@ -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);
};

Loading…
Cancel
Save