Skip to content

Commit

Permalink
Tidied leftover diags
Browse files Browse the repository at this point in the history
  • Loading branch information
ascertrobw committed Mar 1, 2018
1 parent 5384e17 commit cce7e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openterm/src/main/java/com/ascert/open/term/core/Host.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public Host(String hostName, int port, String termType, boolean encryption, bool
setTermType(termType);
setEncryption(encryption);
setFavourite(favourite);
System.out.println("*** Host props: " + props);
}


Expand Down

0 comments on commit cce7e65

Please sign in to comment.