Skip to content

Commit 16af19a

Browse files
committed
Remove another place where secret could be logged
1 parent 0f8f809 commit 16af19a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/desktop/src/main/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ app.on('ready', async () => {
392392
`${SOCKET_IO_SECRET}`,
393393
]
394394

395-
logger.info('Fork argvs for backend process', forkArgvs)
396-
397395
const backendBundlePath = path.normalize(require.resolve('backend-bundle'))
398396
try {
399397
closeHangingBackendProcess(path.normalize(path.join('backend-bundle', 'bundle.cjs')), path.normalize(appDataPath))

0 commit comments

Comments
 (0)