Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereobit committed Mar 18, 2014
1 parent 7a9ea4f commit 4ed32ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/test.js
Expand Up @@ -76,7 +76,6 @@ define(['dragend'], function(Dragend) {
});

it.skip('should scale the width of every page reduced by the scribe distance', function() {
console.log(instance.container.childNodes[0].childNodes[0])
expect(instance.container.childNodes[0].childNodes[0].offsetWidth).to.eql(90);
});

Expand Down

0 comments on commit 4ed32ad

Please sign in to comment.