mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 19:22:09 +02:00
removed console.log
This commit is contained in:
@@ -51,7 +51,6 @@ define('forum/groups/list', ['forum/infinitescroll'], function(infinitescroll) {
|
||||
sort: $('#search-sort').val(),
|
||||
after: $('[component="groups/container"]').attr('data-nextstart')
|
||||
}, function(data, done) {
|
||||
console.log(data);
|
||||
if (data && data.groups.length) {
|
||||
templates.parse('partials/groups/list', {
|
||||
groups: data.groups
|
||||
|
||||
Reference in New Issue
Block a user