mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 03:06:05 +02: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