mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
removed console.log
This commit is contained in:
@@ -352,8 +352,6 @@ var RDB = require('./redis.js'),
|
||||
|
||||
Categories.hasReadCategories(cids, current_user, function(read_data) {
|
||||
has_read = read_data;
|
||||
console.log(cids, read_data);
|
||||
console.log(current_user);
|
||||
generateCategories();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user