console.log

This commit is contained in:
psychobunny
2015-06-08 17:11:29 -04:00
parent febc359e53
commit 97d1ab2e35

View File

@@ -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);
}