remove console.logs
This commit is contained in:
parent
5d4db0a914
commit
24bed7bd89
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user