Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Jan 14, 2023
1 parent ec1af74 commit 4b11824
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/backend/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { app } from 'electron';
import log from 'electron-log';
import { t } from 'i18next';
import path from 'path';
Expand Down Expand Up @@ -318,9 +317,6 @@ export const setupBackend = async (
): Promise<BackendProcess> => {
token.submitProgress({ totalProgress: 0 });

const currentExecutableDir = path.dirname(app.getPath('exe'));
log.info(`currentExecutableDir setupBackend: ${currentExecutableDir}`);

const backend = getArguments().noBackend
? await setupBorrowedBackend(token, 8000)
: await setupOwnedBackend(
Expand Down

0 comments on commit 4b11824

Please sign in to comment.