@@ -173,18 +173,6 @@ private Tracer(int listenPort, String id, String host, int port,
173173 this (new ServerSocket (listenPort ).accept (), id , host , port , logger , reportEnd , props );
174174 }
175175
176- // public Tracer(int listenPort, String id, String host, int port) throws IOException {
177- // this(listenPort, id, host, port, new AsyncLogger(System.out), new BlockingCell<Exception>(), System.getProperties());
178- // }
179- //
180- // public Tracer(int listenPort, String host, int port, Logger logger) throws IOException {
181- // this(listenPort, createId(listenPort), host, port, logger, new BlockingCell<Exception>(), System.getProperties());
182- // }
183- //
184- // public Tracer(int listenPort, String host, int port) throws IOException {
185- // this(listenPort, createId(listenPort), host, port, new AsyncLogger(System.out), new BlockingCell<Exception>(), System.getProperties());
186- // }
187-
188176 public Tracer (int listenPort , String id , String host , int port , Logger logger , Properties props ) throws IOException {
189177 this (listenPort , id , host , port , logger , new BlockingCell <Exception >(), props );
190178 }
0 commit comments