Skip to content

Commit 2bfe06f

Browse files
committed
Remove log output for e2e tests
1 parent e7c49c5 commit 2bfe06f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gui/src/renderer/app.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,6 @@ export default class AppRenderer {
933933
}
934934

935935
private setAccountExpiry(expiry?: string) {
936-
if (window.env.e2e && expiry) {
937-
log.verbose('Expiry of account:', expiry);
938-
}
939-
940936
const state = this.reduxStore.getState();
941937
const previousExpiry = state.account.expiry;
942938

0 commit comments

Comments
 (0)