We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64512be commit aad100fCopy full SHA for aad100f
renderer/src/common/components/error/index.tsx
@@ -17,8 +17,6 @@ export function Error({ error }: ErrorProps = {}) {
17
return <KeyringError />
18
}
19
20
- console.log('ERROR COMPONENT: ', error)
21
-
22
// Check for connection errors that might indicate container engine issues
23
if (
24
error?.toString().includes('ECONNREFUSED') ||
0 commit comments