removed console logging 🐶

This commit is contained in:
Julian Lam
2016-03-28 02:06:24 -04:00
parent add82ba6c9
commit cc60767eb0

View File

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