Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul de Vries committed Nov 1, 2015
1 parent 6c3c883 commit c1f80b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octoprint_touchui/static/js/includes/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@
}

$(document).on("click"+namespace, function(event) {
console.log(hasScroll);

if( !hasScroll || self.isTouch ) {
var $elm = $(event.target);
Expand Down

0 comments on commit c1f80b3

Please sign in to comment.