mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 14:50:47 +01:00
removed console logging 🐶
This commit is contained in:
@@ -124,7 +124,6 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
|
||||
anchorRect = anchorEl.get(0).getBoundingClientRect();
|
||||
|
||||
threshold = anchorRect.top;
|
||||
console.log('new index', index, anchorEl, threshold);
|
||||
}
|
||||
|
||||
if (typeof navigator.callback === 'function') {
|
||||
|
||||
Reference in New Issue
Block a user