mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-25 06:50:09 +08:00
Remove redundant @Suppress
This commit is contained in:
parent
9694ba0c5a
commit
7da89fb42d
@ -41,7 +41,6 @@ actual var DefaultCaptchaSolver: CaptchaSolver = {
|
||||
if (img == null) {
|
||||
MiraiLogger.info("无法创建字符图片. 请查看文件")
|
||||
} else {
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
MiraiLogger.info(img.createCharImg())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user