From 24bed7bd8985ddf4e66a144eb2521d0b218ea016 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sat, 6 May 2023 12:19:17 -0700 Subject: [PATCH] remove console.logs --- codetab.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/codetab.ts b/codetab.ts index 7ffcc96..861268d 100644 --- a/codetab.ts +++ b/codetab.ts @@ -198,9 +198,6 @@ const state = { if (!match) { return ""; } - console.log(lines); - console.log(line); - console.log(match); return match[0]; }, get code() {