Commit 9e7fcc53 authored by olau@iola.dk's avatar olau@iola.dk

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
parent 5587862a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment