mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-06 02:42:05 +01:00
Stopped logging WebAPI related exceptions
This commit is contained in:
parent
bbfb78d0b8
commit
161fe4bdd6
@ -128,7 +128,6 @@ public abstract class WebAPI {
|
||||
} catch (SocketTimeoutException e) {
|
||||
throw new WebAPIConnectionFailException("Connection timed out after 10 seconds.", e);
|
||||
} catch (NoSuchAlgorithmException | KeyManagementException | IOException e) {
|
||||
Log.toLog(this.getClass().getName(), e);
|
||||
throw new WebAPIConnectionFailException("API connection failed. address: " + address, e);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user