Skip to content

Commit

Permalink
remove unnecessary console debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Feb 14, 2024
1 parent 2621222 commit bbbdd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/AboutPage/ConsolePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function ConsolePage({capturedLogs, shouldStoreLogs}: ConsolePageProps) {
if (!item) {
return null;
}
console.debug({item});

return (
<View style={styles.mb2}>
<Text family="MONOSPACE">{`${format(new Date(item.time), CONST.DATE.FNS_DB_FORMAT_STRING)} ${item.message}`}</Text>
Expand Down

0 comments on commit bbbdd16

Please sign in to comment.