Commit 7da89fb4 authored by Him188's avatar Him188

Remove redundant @Suppress

parent 9694ba0c
...@@ -41,7 +41,6 @@ actual var DefaultCaptchaSolver: CaptchaSolver = { ...@@ -41,7 +41,6 @@ actual var DefaultCaptchaSolver: CaptchaSolver = {
if (img == null) { if (img == null) {
MiraiLogger.info("无法创建字符图片. 请查看文件") MiraiLogger.info("无法创建字符图片. 请查看文件")
} else { } else {
@Suppress("BlockingMethodInNonBlockingContext")
MiraiLogger.info(img.createCharImg()) MiraiLogger.info(img.createCharImg())
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment