From 3706b99d36ee3eaa0453b345da104fc0f57c42fc Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 27 Mar 2024 21:21:31 +0530 Subject: [PATCH] Remove debug print --- desktop/src/main/init.ts | 1 - 1 file changed, 1 deletion(-) 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) {