console.log

This commit is contained in:
psychobunny
2014-03-09 21:21:57 -04:00
parent 62afe65ccf
commit 875c8ed66c

View File

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