removed console.log

This commit is contained in:
Baris Soner Usakli
2013-09-28 16:18:55 -04:00
parent 607ee8bbc1
commit 9b7f8076eb

View File

@@ -234,7 +234,6 @@
if ($(window).scrollTop() > bottom && !app.infiniteLoaderActive && $('#post-container').children().length) { if ($(window).scrollTop() > bottom && !app.infiniteLoaderActive && $('#post-container').children().length) {
app.loadMorePosts(tid); app.loadMorePosts(tid);
console.log('window scrolling');
} }
}); });
} }