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) {
if (confirm) {
socket.emit('admin.groups.delete', gid, function(err, data) {
console.log(err, data);
if(err) {
return app.alertError(err.message);
}

Loading…
Cancel
Save