Refactor liblttng-ust-jul in liblttng-ust-agent
[lttng-ust.git] / tests / java-jul / JULTest.java
index 1e0022771dada46ee460d4d0de18d35ab2ef1c1e..bc8f65a0816afe53ddfc8fe2e92ae57827c283b9 100644 (file)
@@ -38,10 +38,6 @@ public class JULTest {
        }
 
        public static void go() throws IOException {
-               handler = new LTTngLogHandler(LogManager.getLogManager());
-               assert handler.logManager == LogManager.getLogManager();
-               ok("Log handler logManager is valid");
-
                client = new LTTngTCPSessiondClient("127.0.0.1", sem);
                assert client != null;
                ok("TCP client is valid");
This page took 0.023008 seconds and 4 git commands to generate.