Skip to content

Commit aad100f

Browse files
authored
fix: remove log leftover (#575)
1 parent 64512be commit aad100f

File tree

1 file changed

+0
-2
lines changed
  • renderer/src/common/components/error

1 file changed

+0
-2
lines changed

renderer/src/common/components/error/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export function Error({ error }: ErrorProps = {}) {
1717
return <KeyringError />
1818
}
1919

20-
console.log('ERROR COMPONENT: ', error)
21-
2220
// Check for connection errors that might indicate container engine issues
2321
if (
2422
error?.toString().includes('ECONNREFUSED') ||

0 commit comments

Comments
 (0)