Skip to content

Commit ccea44b

Browse files
committed
update log statement
1 parent 266c04b commit ccea44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/tickets/ScanTickets.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const ScanTicketsPage: React.FC = () => {
181181
}
182182
}
183183
} catch (err) {
184-
console.log('Invalid QR code format:', err);
184+
console.warn('Invalid QR code format:', err);
185185
}
186186
}
187187
} catch (err) {

0 commit comments

Comments
 (0)