Skip to content

Commit 5e1caa8

Browse files
committed
remove log statement
1 parent 748d8ee commit 5e1caa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/live/ical.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ describe(
3636
const response = await fetchWithRateLimit(
3737
`${baseEndpoint}/api/v1/ical/${org}`,
3838
);
39-
if (!response.ok) {
40-
console.log(response);
41-
}
4239
expect(response.status).toBe(200);
4340
expect(response.headers.get("Content-Disposition")).toEqual(
4441
'attachment; filename="calendar.ics"',

0 commit comments

Comments
 (0)