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
pull/1/head
olau@iola.dk 18 years ago
parent 5587862a79
commit 9e7fcc5339

@ -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);

Loading…
Cancel
Save