Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Murray committed Jun 8, 2022
1 parent aa6e409 commit 3a65c0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75360,10 +75360,6 @@ const runTests = async () => {
}

const generateSummary = async (testResults) => {
console.log(
'🚀 ~ file: index.js ~ line 753 ~ generateSummary ~ testResults',
testResults
)
const headers = [
{ data: 'Result', header: true },
{ data: 'Passed :white_check_mark:', header: true },
Expand Down
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,10 +750,6 @@ const runTests = async () => {
}

const generateSummary = async (testResults) => {
console.log(
'🚀 ~ file: index.js ~ line 753 ~ generateSummary ~ testResults',
testResults
)
const headers = [
{ data: 'Result', header: true },
{ data: 'Passed :white_check_mark:', header: true },
Expand Down

0 comments on commit 3a65c0d

Please sign in to comment.