Skip to content

Commit 68f2bf9

Browse files
committed
remove console.log
1 parent 20e5291 commit 68f2bf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/smoke/smoke-all.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ function resolveTestSpecs(
9494
const [key, value] of Object.entries(testObj as Record<string, any>)
9595
) {
9696
if (key === "noErrors") {
97-
console.log("NO ERRORS!!!");
9897
checkWarnings = false;
9998
verifyFns.push(noErrors);
10099
} else {
@@ -106,7 +105,6 @@ function resolveTestSpecs(
106105
}
107106
}
108107
if (checkWarnings) {
109-
console.log("added no errors or warnings");
110108
verifyFns.push(noErrorsOrWarnings);
111109
}
112110

0 commit comments

Comments
 (0)