Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kallen-ledger committed Aug 2, 2024
1 parent 1436493 commit 5c0a440
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ export default function FeesDrawerLiveApp({
if (!mainAccount) return;
if (!isOpen) return null;

console.log(
"%capps/ledger-live-desktop/src/renderer/screens/exchange/Swap2/Form/FeesDrawerLiveApp/index.tsx:91 transactionStatus.errors",
"color: #007acc;",
transactionStatus.errors,
);

return (
<Box height="100%" display="flex" flexDirection="column">
<Divider />
Expand Down

0 comments on commit 5c0a440

Please sign in to comment.