mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
removed console.log
This commit is contained in:
@@ -190,7 +190,6 @@ var express = require('express'),
|
||||
var async = require('async');
|
||||
|
||||
function iterator(category, callback) {
|
||||
console.log(category.cid);
|
||||
categories.getRecentReplies(category.cid, 2, function(posts) {
|
||||
category["posts"] = posts;
|
||||
category["post_count"] = posts.length;
|
||||
|
||||
Reference in New Issue
Block a user