Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 6, 2020
1 parent b6f5b2c commit 224fc1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Watchpack.js
Expand Up @@ -637,7 +637,6 @@ describe("Watchpack", function() {
testHelper.tick(1000, function() {
w2.close();
w.close();
console.log("test done");
done();
});
});
Expand Down

0 comments on commit 224fc1f

Please sign in to comment.