refactor: Remove console.log statement in automark.ts
This commit is contained in:
@@ -284,8 +284,6 @@ export async function runCharacterJS(arg:{
|
||||
|
||||
const runCode = codes[arg.mode]
|
||||
|
||||
console.log(compCode[code])
|
||||
|
||||
if(!compCode[code].includes(runCode)){
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user