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