Update schema service to fail to start
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / restclient / SchemaServiceOneWayClient.java
index 3aa3b1d..a3e4de5 100644 (file)
@@ -80,8 +80,4 @@ public class SchemaServiceOneWayClient extends OneWaySSLRestClient{
                return httpHeaders;
        }
 
-       @Override
-       public EELFLogger getLogger() {
-               return logger;
-       }
 }