mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
console.log
This commit is contained in:
@@ -6,7 +6,6 @@ define('admin/manage/categories', function() {
|
||||
|
||||
Categories.init = function() {
|
||||
socket.emit('admin.categories.getAll', function(error, payload){
|
||||
console.log(payload);
|
||||
if(error){
|
||||
return app.alertError(error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user