remove bad console.log
This commit is contained in:
parent
5086f48784
commit
ae6ad734eb
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue