Skip to content

Commit 0e052ae

Browse files
committed
Remove console log
1 parent b72c3a9 commit 0e052ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/AuditPage/AuditPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const AuditPage: FC = () => {
4242
auditSend("PREVIOUS")
4343
}}
4444
onGoToPage={(page) => {
45-
console.log("PAGE", page)
4645
auditSend("GO_TO_PAGE", { page })
4746
}}
4847
/>

0 commit comments

Comments
 (0)