removed console logging 🐶

v1.18.x
Julian Lam
parent add82ba6c9
commit cc60767eb0

@ -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') {

Loading…
Cancel
Save