Skip to content

Commit

Permalink
Merge pull request #1427 from ripcurlx/clean-up-test-log
Browse files Browse the repository at this point in the history
Remove test log
  • Loading branch information
ripcurlx authored Mar 6, 2018
2 parents b5ac9f9 + 50d0a53 commit 370103e
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 370103e

Please sign in to comment.