remove console.log

This commit is contained in:
kwaroran
2024-04-05 21:33:43 +09:00
parent ea58cf81db
commit 0462d731e7

View File

@@ -1189,7 +1189,6 @@ export function risuChatParser(da:string, arg:{
added += matchResult.replaceAll(`{{slot::${sub}}}`, array[i]) + '\n'
}
}
console.log(added)
da = da.substring(0, pointer + 1) + added.trim() + da.substring(pointer + 1)
break
}