Skip to content

Commit

Permalink
Turned off debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytmiller committed Nov 13, 2024
1 parent 293bebb commit 4e366a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]) {
Expand Down

0 comments on commit 4e366a2

Please sign in to comment.