mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
removed console.log
This commit is contained in:
@@ -125,7 +125,6 @@
|
||||
var bottom = (document.body.offsetHeight - $(window).height()) * 0.9;
|
||||
|
||||
if (document.body.scrollTop > bottom && !loadingMoreTopics) {
|
||||
console.log('fail', cid);
|
||||
loadMoreTopics(cid);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user