From 9e7fcc53396ba0ae299b5392191bab402f2ee832 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 18 Nov 2008 12:16:09 +0000 Subject: [PATCH] Remove debug output, forgot to save buffer in Emacs before committing git-svn-id: https://flot.googlecode.com/svn/trunk@108 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index c2efc4e..efbeb6e 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1726,7 +1726,6 @@ // clear auto-highlights for (var i = 0; i < highlights.length; ++i) { var h = highlights[i]; - console.log(h.auto, eventname) if (h.auto == eventname && !(item && h.series == item.series && h.point == item.datapoint)) unhighlight(h.series, h.point);