Skip to content

Commit 05cad79

Browse files
author
Steve Powell
committed
Remove commented out code.
1 parent 12e98d6 commit 05cad79

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/com/rabbitmq/tools/Tracer.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)