From: Dan Vanderkam Date: Wed, 21 Dec 2011 20:55:41 +0000 (-0500) Subject: remove extra logging from scrolling_div.js X-Git-Tag: v1.0.0~395 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=107c99e4ecbdfcf0b939fd385b1a34a3ba56d978;p=dygraphs.git remove extra logging from scrolling_div.js --- diff --git a/auto_tests/tests/scrolling_div.js b/auto_tests/tests/scrolling_div.js index 8fa950e..ceb2a3d 100644 --- a/auto_tests/tests/scrolling_div.js +++ b/auto_tests/tests/scrolling_div.js @@ -43,9 +43,6 @@ var LOREM_IPSUM = drawPoints : true, highlightCircleSize : 6, pointClickCallback : function(evt, point) { - // chrome sez: 243 30 248 124, scroller.offsetLeft/Top = 8/8 - // ff sez: 245 17 249 126, " " - console.log(evt.clientX, evt.clientY, evt.screenX, evt.screenY); self.point = point; } }