console.log

v1.18.x
psychobunny 11 years ago
parent 62afe65ccf
commit 875c8ed66c

@ -66,7 +66,6 @@ define(function() {
bootbox.confirm('Are you sure you wish to delete this group?', function(confirm) { bootbox.confirm('Are you sure you wish to delete this group?', function(confirm) {
if (confirm) { if (confirm) {
socket.emit('admin.groups.delete', gid, function(err, data) { socket.emit('admin.groups.delete', gid, function(err, data) {
console.log(err, data);
if(err) { if(err) {
return app.alertError(err.message); return app.alertError(err.message);
} }

Loading…
Cancel
Save