mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
removed console.log
This commit is contained in:
@@ -11,7 +11,6 @@ define('forum/account/watched', ['forum/account/header', 'forum/infinitescroll']
|
||||
};
|
||||
|
||||
function loadMore(direction) {
|
||||
console.log(direction);
|
||||
if (direction < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user