From ffcf2b6b0215e50e14675c6ff2f96bec535f502c Mon Sep 17 00:00:00 2001 From: Jacek Wielemborek Date: Sat, 25 Oct 2025 20:07:53 +0200 Subject: [PATCH] cleanup: remove console.log from stolen-data-entry.ts - Removed debug console.log from catch block - Comment updated to clarify error is safe to ignore - Cleaner production logs --- stolen-data-entry.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stolen-data-entry.ts b/stolen-data-entry.ts index 9be09f2..86f9d0f 100644 --- a/stolen-data-entry.ts +++ b/stolen-data-entry.ts @@ -109,11 +109,7 @@ export class StolenDataEntry extends SaferEmitter { .map((kv) => kv.split('=')) ); } catch (e) { - // failed to parse as query string - console.log( - 'Failed attempt to parse hash location as query string, probably safe to ignore:', - e - ); + // failed to parse as query string, safe to ignore } } const searchParams = Object.fromEntries(