Skip to content

Commit

Permalink
chore: Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Sep 19, 2023
1 parent da7ecc0 commit d5661fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile/lib/features/trade/domain/trade_values.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,13 @@ class TradeValues {

updatePriceAndQuantity(double? price) {
this.price = price;
// _recalculateMargin();
_recalculateQuantity();
_recalculateLiquidationPrice();
_recalculateFee();
}

updatePriceAndMargin(double? price) {
this.price = price;
// _recalculateMargin();
_recalculateMargin();
_recalculateLiquidationPrice();
_recalculateFee();
Expand Down

0 comments on commit d5661fa

Please sign in to comment.