mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 15:31:12 +02:00
console.log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user