From 2264790a32c0a48dffae78ba52a50b4236d450fc Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Mon, 27 May 2013 14:01:32 -0400 Subject: [PATCH] Remove debugging statement from tests --- test/tests/d3-layer.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/tests/d3-layer.js b/test/tests/d3-layer.js index 15f90e6..eac968e 100644 --- a/test/tests/d3-layer.js +++ b/test/tests/d3-layer.js @@ -346,9 +346,7 @@ suite("d3.layer", function() { suite("`chart' context specified in the `options` argument", function() { setup(function() { var chartVal = this.chartVal = {}; - this.handler = sinon.spy(function() { - window.MIKE && console.log("@#", this.chart()); - }); + this.handler = sinon.spy(); }); test("`enter`", function() {