mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
removed console.log and commented out code
This commit is contained in:
@@ -302,7 +302,6 @@ var socket,
|
||||
}
|
||||
|
||||
app.createNewPosts = function(data) {
|
||||
console.log('creating new posts');
|
||||
data.posts[0].display_moderator_tools = 'none';
|
||||
var html = templates.prepare(templates['topic'].blocks['posts']).parse(data),
|
||||
uniqueid = new Date().getTime(),
|
||||
|
||||
Reference in New Issue
Block a user