mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-20 22:43:01 +01:00
console.log
This commit is contained in:
@@ -289,7 +289,6 @@ var db = require('./database.js'),
|
||||
db.exists('category:' + cid, function(err, exists) {
|
||||
if (exists) {
|
||||
db.getObject('category:' + cid, function(err, data) {
|
||||
if (data.cid == "15") console.log(data);
|
||||
data.background = data.image ? 'url(' + data.image + ')' : data.bgColor;
|
||||
callback(err, data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user