Skip to content

Commit

Permalink
don't print info
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonisen committed Apr 1, 2024
1 parent 2522bf7 commit 81ea7a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class Ip2regionParser(private val ip: String) : IpParse {
IpAttributeMap.ip2regionRawDataMap[ip] = result
}
thread.start()
plugin.log(future.get(), Level.WARNING)
return future.get()
}

Expand Down

0 comments on commit 81ea7a1

Please sign in to comment.