Skip to content

Commit

Permalink
Remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Mar 6, 2018
1 parent 81a3887 commit 50d0a53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public OfferBookViewModel(User user,

if (highestMarketPriceMarginOffer.isPresent()) {
maxPlacesForMarketPriceMargin.set(formatMarketPriceMargin(highestMarketPriceMarginOffer.get().getOffer(), false).length());
System.out.println("maxPlacesForMarketPriceMargin set:" +highestMarketPriceMarginOffer.get().getOffer().getMarketPriceMargin()+ " - " + maxPlacesForMarketPriceMargin);
}
};
}
Expand Down

0 comments on commit 50d0a53

Please sign in to comment.