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[]) {