Skip to content

Commit c7168c3

Browse files
committed
chore: removes logging statement
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 7c10f2a commit c7168c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_03/quiz/src/lesson3.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe('Lesson3Test', () => {
9898
}),
9999
);
100100

101-
console.log('Checking answers for:', providerName);
102101
expect(areAnswersValid.some((isCorrect) => isCorrect)).toBe(true);
103102
}
104103
}

0 commit comments

Comments
 (0)