Skip to content

Commit

Permalink
Remove leftover console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Nov 24, 2024
1 parent f8aeeed commit 24d86b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class TestRunner {
}
}
} catch (error) {
console.log(error)
// An error occurred while trying to run a test; this is different from the test itself failing.
this.reportTested(test, "ERRORED", error);
}
Expand Down

0 comments on commit 24d86b5

Please sign in to comment.