remove bad console.log

This commit is contained in:
Sam 2013-07-08 12:11:20 +10:00
parent 5086f48784
commit ae6ad734eb
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ Discourse.TopicView.reopenClass({
var first = true;
var t = new Date();
console.log("DESIRED:" + desired);
// console.log("DESIRED:" + desired);
var enforceDesired = function(){
if($(window).scrollTop() !== desired) {
console.log("GOT EVENT " + $(window).scrollTop());