From 4e366a2384d6e062cb170a005213b40c46f75766 Mon Sep 17 00:00:00 2001 From: Todd Miller Date: Wed, 13 Nov 2024 16:43:00 -0500 Subject: [PATCH] Turned off debug logging --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 46fbb96..be086da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ function escapeHtml(html: string): string { } function dlog(...args: any[]) { - console.log(...args); +// console.log(...args); } function log_and_throw(...args: any[]) {