Skip to content

Commit

Permalink
Remove debugging statement from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed May 27, 2013
1 parent 9fa844c commit 2264790
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/tests/d3-layer.js
Expand Up @@ -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() {
Expand Down

0 comments on commit 2264790

Please sign in to comment.