removed console.log and commented out code

This commit is contained in:
Baris Soner Usakli
2013-08-01 17:36:01 -04:00
parent 7297a26685
commit 23fcdde25e
2 changed files with 0 additions and 4 deletions

View File

@@ -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(),