From 58c005194cdd14a2f9c21ab46c778efaa779540d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 15 Dec 2025 15:59:00 +0200 Subject: [PATCH] Clean --- web/components/about-settings.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/components/about-settings.tsx b/web/components/about-settings.tsx index 08c80e9..f69b267 100644 --- a/web/components/about-settings.tsx +++ b/web/components/about-settings.tsx @@ -113,7 +113,7 @@ function diagnosticsToText(d: Diagnostics): string { } return JSON.stringify(d, replacer, 2) - .replace(/ "/g, '') + .replace(/ {2}"/g, '') .replace(/["{}\[\]]/g, '') .replace(/^[ \t]*\n/gm, '') .replace(/,\n/g, '\n') @@ -146,9 +146,6 @@ const LoadedAboutSettings = (props: { }, 2000) } - console.log(JSON.stringify(diagnostics, null, 2)) - console.log(diagnosticsToText(diagnostics)) - return