Skip to content

Commit

Permalink
update log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Feb 7, 2025
1 parent 266c04b commit ccea44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/tickets/ScanTickets.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const ScanTicketsPage: React.FC = () => {
}
}
} catch (err) {
console.log('Invalid QR code format:', err);
console.warn('Invalid QR code format:', err);
}
}
} catch (err) {
Expand Down

0 comments on commit ccea44b

Please sign in to comment.