mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-13 16:03:35 +02:00
removed console.log
This commit is contained in:
@@ -100,7 +100,7 @@ define('forum/admin/index', function() {
|
||||
if (err) {
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
console.log(data);
|
||||
|
||||
var html = '<strong>Online Users [ ' + data.onlineRegisteredCount + ' ]</strong><br/>' +
|
||||
'<strong>Online Guests [ ' + data.onlineGuestCount + ' ]</strong><br/>' +
|
||||
'<strong>Online Total [ ' + (data.onlineRegisteredCount + data.onlineGuestCount) + ' ]</strong><br/>' +
|
||||
|
||||
Reference in New Issue
Block a user