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

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