Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nwestfall committed Jan 1, 2021
1 parent 94b2b0b commit 25388f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2157,8 +2157,6 @@ async function parseFile(file) {
count++;
if (testcase.skipped) skipped++;
if (testcase.failure || testcase.error) {
console.log(testcase);

const stackTrace = (
(testcase.failure && testcase.failure._cdata) ||
(testcase.failure && testcase.failure._text) ||
Expand Down
2 changes: 0 additions & 2 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ async function parseFile(file) {
count++;
if (testcase.skipped) skipped++;
if (testcase.failure || testcase.error) {
console.log(testcase);

const stackTrace = (
(testcase.failure && testcase.failure._cdata) ||
(testcase.failure && testcase.failure._text) ||
Expand Down

0 comments on commit 25388f4

Please # to comment.