Skip to content

Commit bb3b93f

Browse files
author
Marcin Mazurek
committed
[DDW-1108] Stop re-throwing Trezor initialization errors
1 parent 2f3bcc0 commit bb3b93f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/main/trezor/connection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const initTrezorConnect = async () => {
1414
logger.info('[TREZOR-CONNECT] Called TrezorConnect.init()');
1515
} catch (error) {
1616
logger.info('[TREZOR-CONNECT] Failed to call TrezorConnect.init()');
17-
throw error;
1817
}
1918
};
2019

0 commit comments

Comments
 (0)