Skip to content
Snippets Groups Projects
Commit 9577f3cc authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

code: remove unused log

parent ad2e127e
No related branches found
No related tags found
No related merge requests found
......@@ -543,7 +543,6 @@ public class HaaSClient {
}
private void tryNotConnected(RuntimeException e) {
log.info(e.getMessage());
if (e.getMessage().contains("HTTP transport error") && (e
.getCause() instanceof UnknownHostException || (e
.getCause() instanceof SocketException && e.getCause().getMessage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment