Skip to content

Commit

Permalink
Remove a sneaky log
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 21, 2017
1 parent e5e857d commit 88fd95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/runner/Executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export class Executor {
const failureCount = [...fails, ...warnings].length
const messageCount = [...messages, ...markdowns].length

console.log(this)
this.d(results)

if (failureCount + messageCount === 0) {
Expand Down

0 comments on commit 88fd95d

Please sign in to comment.