From 8c3e8275395fe13e7c0f6a57b087fff47795bed5 Mon Sep 17 00:00:00 2001 From: Damian Suarez Date: Wed, 27 Apr 2011 17:25:55 +0000 Subject: [PATCH] remove debug comment --- plugins/flot/jquery.flot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/flot/jquery.flot.js b/plugins/flot/jquery.flot.js index 3597937..b3aa105 100644 --- a/plugins/flot/jquery.flot.js +++ b/plugins/flot/jquery.flot.js @@ -1593,7 +1593,6 @@ var axes = getUsedAxes(); for (var j = 0; j < axes.length; ++j) { var axis = axes[j], box = axis.box; - //debug: html.push('
') html.push('
'); for (var i = 0; i < axis.ticks.length; ++i) { var tick = axis.ticks[i];