Skip to content

Commit

Permalink
Remove 'run' display
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijin authored Sep 15, 2017
1 parent 621ef75 commit 42efdf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ process.exit(1);
}

checkTestResult (test) {
console.log("run");
const testHasFailed = !this.checkTest(test);
if (this.interactive) {
this.verbose = true;
Expand Down

0 comments on commit 42efdf3

Please sign in to comment.