Skip to content

Commit

Permalink
Update dydxTakeProfitStopLossViewPresenter.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Apr 23, 2024
1 parent 5ccdcab commit 260a94a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ private class dydxTakeProfitStopLossViewPresenter: HostedViewPresenter<dydxTakeP
case TriggerOrdersInputField.takeprofitlimitprice.rawValue, TriggerOrdersInputField.stoplosslimitprice.rawValue:
viewModel?.customLimitPriceViewModel?.alert = alert
default:
print("mmm: unknown field \(field)")
break
}
}
Expand Down Expand Up @@ -292,7 +291,6 @@ private class dydxTakeProfitStopLossViewPresenter: HostedViewPresenter<dydxTakeP
AbacusStateManager.shared.triggerOrders(input: $0, type: .stoplossusdcdiff)
}
viewModel.customAmountViewModel?.onEdited = {
print("mmm: custom amount edited \($0)")
AbacusStateManager.shared.triggerOrders(input: $0, type: .size)
}
viewModel.customLimitPriceViewModel?.takeProfitPriceInputViewModel?.onEdited = {
Expand Down

0 comments on commit 260a94a

Please sign in to comment.