Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Mar 25, 2015
1 parent 1ceb79a commit 449d9ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,6 @@ function runTests(options) {
var subdir2 = getFixturePath('subdir2');
dd(function() {
stdWatcher()
.on('raw', console.log)
.on('all', console.log)
.on('all', spy)
.on('ready', d(function() {
spy.should.have.been.calledWith('addDir', fixturesPath);
Expand Down

0 comments on commit 449d9ec

Please sign in to comment.