Remove console.log

v1.18.x
Charles 11 years ago
parent 31f1914ec8
commit 1448bed057

@ -9,7 +9,6 @@ var async = require('async'),
module.exports = function(Topics) { module.exports = function(Topics) {
function updateGlobalCounters(tid, incr, callback) { function updateGlobalCounters(tid, incr, callback) {
console.log('updateGlobalCounters');
async.parallel([ async.parallel([
function(next) { function(next) {
db.incrObjectFieldBy('global', 'topicCount', incr, next); db.incrObjectFieldBy('global', 'topicCount', incr, next);

Loading…
Cancel
Save