Merge from ECOMP's repository
[vid.git] / vid-app-common / src / test / java / org / onap / vid / utils / LoggingTest.java
index 2cd0d0c..7fe25fe 100644 (file)
@@ -1,18 +1,10 @@
 package org.onap.vid.utils;
 
-import javax.servlet.http.HttpServletRequest;
-
-import org.junit.Test;
-import org.springframework.http.HttpMethod;
-
 import com.att.eelf.configuration.EELFLogger;
+import org.junit.Test;
 
 public class LoggingTest {
 
-    private Logging createTestSubject() {
-        return new Logging();
-    }
-
     @Test
     public void testGetMethodName() throws Exception {
         String result;