refactor: Remove console.log statement in automark.ts
This commit is contained in:
@@ -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] !== ''){
|
||||
|
||||
@@ -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