Skip to content

Commit

Permalink
fixed bad merge in wss example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCookieLab committed Jun 12, 2018
1 parent 8cfbe6e commit ad9029b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/cf/example/PoloniexWSSClientExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ public static void main(String[] args) {
LOG.info(ex.getMessage());
System.exit(0);
} catch (Exception ex) {
{
LOG.info(ex.getMessage());
System.exit(0);
}
LOG.fatal("An exception occurred when running PoloniexWSSClientExample - {}", ex.getMessage());
System.exit(-1);
}
Expand Down

0 comments on commit ad9029b

Please sign in to comment.