refactor: Remove console.log statement in automark.ts

This commit is contained in:
kwaroran
2024-06-18 22:25:19 +09:00
parent af8a213551
commit 78812be474
2 changed files with 0 additions and 4 deletions

View File

@@ -94,8 +94,6 @@ export function risuFormater(dat:string){
}
}
console.log(lines)
let result = ''
for(let i=0;i<lines.length;i++){
if(lines[i][0] !== ''){

View File

@@ -284,8 +284,6 @@ export async function runCharacterJS(arg:{
const runCode = codes[arg.mode]
console.log(compCode[code])
if(!compCode[code].includes(runCode)){
continue
}