Improved GUI refresh and JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / service / TestRemoteSystemProxy.java
index 1c6c450b7755ef8df6980a55d2cd7174b9537e13..033976c349a2845153faf25a9e1a7cd50579598f 100644 (file)
@@ -56,6 +56,7 @@ public class TestRemoteSystemProxy implements IRemoteSystemProxy {
 
     @Override
     public void connect(IRSECallback callback) throws ExecutionException {
+//        System.out.println("in done: proxy connect ");
         if (callback != null) {
             callback.done(Status.OK_STATUS, null);
         }
This page took 0.02784 seconds and 5 git commands to generate.