Skip to content

Commit

Permalink
chore(parseNotice.ts): comment out console log for received noticeDat…
Browse files Browse the repository at this point in the history
…a to reduce noise in logs
  • Loading branch information
masterkain committed Sep 17, 2024
1 parent d5831af commit 7ea4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parseNotice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface NoticeData {
}

export default function parseNotice(noticeData: NoticeData): NoticeData {
console.log('Received noticeData:', JSON.stringify(noticeData, null, 2));
// console.log('Received noticeData:', JSON.stringify(noticeData, null, 2));

const whitelistedNotice: NoticeData = {
errors: [],
Expand Down

0 comments on commit 7ea4166

Please sign in to comment.