From 45cd65ff833f545aed08979e52ec0123f009ac08 Mon Sep 17 00:00:00 2001 From: Vibhuti Sharma <vibsharm@microsoft.com> Date: Fri, 28 Jan 2022 18:15:36 +0530 Subject: [PATCH] removed logs --- .../src/main/java/org/opengroup/osdu/util/ElasticUtils.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/ElasticUtils.java b/testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/ElasticUtils.java index fae80f656..b633df8f9 100644 --- a/testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/ElasticUtils.java +++ b/testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/ElasticUtils.java @@ -225,9 +225,6 @@ public class ElasticUtils { } catch (ElasticsearchStatusException e) { log.log(Level.INFO, String.format("Elastic search threw exception: %s", e.getMessage())); return -1; - } catch (Exception e) { - log.info(String.format("Caught exception %s", e)); - return -1; } } -- GitLab