diff --git a/desktop/src/main/init.ts b/desktop/src/main/init.ts index 6e463e4c4b..0e94232aa1 100644 --- a/desktop/src/main/init.ts +++ b/desktop/src/main/init.ts @@ -157,7 +157,6 @@ export function logStartupBanner() { const osRelease = os.release(); const systemVersion = process.getSystemVersion(); log.info("Running on", { platform, osRelease, systemVersion }); - log.debug(() => ({ platform, osRelease, systemVersion })); } function lowerCaseHeaders(responseHeaders: Record) {