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() {