removing console log and removing a bit of code that would cause infinite loader to take 2.5s extra each round :P

This commit is contained in:
Julian Lam
2014-01-17 14:52:43 -05:00
parent d8c4609ee0
commit 917dfe74e6
2 changed files with 1 additions and 4 deletions

View File

@@ -957,7 +957,6 @@ define(['composer'], function(composer) {
});
setTimeout(function() {
console.log(infiniteLoaderActive);
if (scrollTop + windowHeight == jQuery(document).height() && !infiniteLoaderActive) {
pagination.innerHTML = Topic.postCount + ' out of ' + Topic.postCount;
progressBar.width('100%');