mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
removed console.log
This commit is contained in:
@@ -17,7 +17,6 @@ var RDB = require('./redis'),
|
||||
RDB.incr('global:next_message_id', function(err, mid) {
|
||||
if(err)
|
||||
return callback(err, null);
|
||||
console.log('creating message', mid);
|
||||
|
||||
var message = {
|
||||
content: content,
|
||||
|
||||
Reference in New Issue
Block a user