Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed May 14, 2024
1 parent 02bb7f8 commit 0f51a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/rcll/java/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static void main(String[] args) throws MqttException, InterruptedExceptio
new PeerConfig(4444, 4445),
new PeerConfig(4441, 4446),
new PeerConfig(4442, 4447));
log.info("HERE");
TeamConfig teamConfig = new TeamConfig(parsed.getOptionValue("k"), parsed.getOptionValue("t"));
RefboxHandler privateHandler = new RefboxHandler();
RefboxHandler publicHandler = new RefboxHandler();
Expand Down

0 comments on commit 0f51a06

Please sign in to comment.