1
0
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:
Him188 2020-01-03 19:17:31 +08:00
parent 9694ba0c5a
commit 7da89fb42d

View File

@ -41,7 +41,6 @@ actual var DefaultCaptchaSolver: CaptchaSolver = {
if (img == null) {
MiraiLogger.info("无法创建字符图片. 请查看文件")
} else {
@Suppress("BlockingMethodInNonBlockingContext")
MiraiLogger.info(img.createCharImg())
}
}