mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
removed console.log
This commit is contained in:
@@ -360,7 +360,6 @@ var express = require('express'),
|
|||||||
break;
|
break;
|
||||||
case 'category' :
|
case 'category' :
|
||||||
categories.getCategoryById(req.params.id, uid, function(data) {
|
categories.getCategoryById(req.params.id, uid, function(data) {
|
||||||
console.log(data);
|
|
||||||
res.json(data);
|
res.json(data);
|
||||||
}, req.params.id, uid);
|
}, req.params.id, uid);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user