Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
删除请求超时报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Crsuh2er0 committed Sep 11, 2022
1 parent fcf4743 commit 0ee25ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ private HTTPRequester() {
}
} catch (IOException e) {
LingsHTTPUtils.getInstance().getLogger().info("请求失败!");
e.printStackTrace();
return null;
} finally {
if (br != null) {
Expand Down

0 comments on commit 0ee25ba

Please sign in to comment.