Update schema service to fail to start
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / restclient / SchemaServiceNoAuthClient.java
index 07f522b..83687a7 100644 (file)
@@ -68,8 +68,4 @@ public class SchemaServiceNoAuthClient extends NoAuthRestClient{
                return httpHeaders;
        }
 
-       @Override
-       public EELFLogger getLogger() {
-               return logger;
-       }
 }