remove console.logs

This commit is contained in:
dylan 2023-05-06 12:19:17 -07:00
parent 5d4db0a914
commit 24bed7bd89

View File

@ -198,9 +198,6 @@ const state = {
if (!match) { if (!match) {
return ""; return "";
} }
console.log(lines);
console.log(line);
console.log(match);
return match[0]; return match[0];
}, },
get code() { get code() {