Skip to content

Commit 3a65c0d

Browse files
author
Adam Murray
committed
remove log
1 parent aa6e409 commit 3a65c0d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

dist/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75360,10 +75360,6 @@ const runTests = async () => {
7536075360
}
7536175361

7536275362
const generateSummary = async (testResults) => {
75363-
console.log(
75364-
'🚀 ~ file: index.js ~ line 753 ~ generateSummary ~ testResults',
75365-
testResults
75366-
)
7536775363
const headers = [
7536875364
{ data: 'Result', header: true },
7536975365
{ data: 'Passed :white_check_mark:', header: true },

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -750,10 +750,6 @@ const runTests = async () => {
750750
}
751751

752752
const generateSummary = async (testResults) => {
753-
console.log(
754-
'🚀 ~ file: index.js ~ line 753 ~ generateSummary ~ testResults',
755-
testResults
756-
)
757753
const headers = [
758754
{ data: 'Result', header: true },
759755
{ data: 'Passed :white_check_mark:', header: true },

0 commit comments

Comments
 (0)