Skip to content

Commit 50200c9

Browse files
committed
Remove log from fill function
1 parent a491368 commit 50200c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/fridaytech/dex/data/zrx/adapter/BaseRelayerAdapter.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ class BaseRelayerAdapter(
233233
amount: BigDecimal
234234
): FillResult = try {
235235
val orders = getPairOrders(coinPair, side).orders
236-
Logger.d("Fill ${orders.size}")
237236
calculateFillResult(orders, side, amount)
238237
} catch (e: Exception) {
239238
Logger.e(e)

0 commit comments

Comments
 (0)