From a8447d610690f711db5328a018baf096a245ecf9 Mon Sep 17 00:00:00 2001
From: Dan Vanderkam <dan@dygraphs.com>
Date: Sun, 7 Aug 2011 22:06:22 -0400
Subject: [PATCH] cleanup

---
 auto_tests/tests/axis_labels.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js
index 6027c58..095fb25 100644
--- a/auto_tests/tests/axis_labels.js
+++ b/auto_tests/tests/axis_labels.js
@@ -291,11 +291,6 @@ AxisLabelsTestCase.prototype.testAxisLabelFormatterPrecedence = function () {
   var graph = document.getElementById("graph");
   var g = new Dygraph(graph, data, opts);
 
-  // This is the existing behavior:
-  // assertEquals(['y0','y1','y2','y3','y4','y5','y6','y7','y8'], getXLabels());
-
-  // This is the correct behavior:
   assertEquals(['x0','x2','x4','x6','x8'], getXLabels());
-
   assertEquals(['y0','y2','y4','y6','y8','y10','y12','y14','y16','y18'], getYLabels());
 };
-- 
2.7.4