remove logs

This commit is contained in:
barisusakli
2016-01-14 17:53:55 +02:00
parent 04ef47dfe7
commit 7568e88800

View File

@@ -92,9 +92,8 @@ var meta = require('./meta');
return callback(err);
}
var voteCount = parseInt(results.upvotes, 10) - parseInt(results.downvotes, 10);
console.log("WE ARE HERE")
posts.updatePostVoteCount(postData, voteCount, function(err) {
console.log("NOT HERE")
callback(err, voteCount);
});
});