|
|
@@ -8,7 +8,7 @@ use rust_decimal::prelude::{FromPrimitive, ToPrimitive};
|
|
|
use serde_json::json;
|
|
|
use futures::stream::FuturesUnordered;
|
|
|
use futures::{TryStreamExt};
|
|
|
-use tracing::{error, debug, trace, info};
|
|
|
+use tracing::{error, debug, trace};
|
|
|
use crate::{Platform, ExchangeEnum, Account, Position, Ticker, Market, Order, OrderCommand, PositionModeEnum};
|
|
|
use exchanges::gate_swap_rest::GateSwapRest;
|
|
|
use global::trace_stack::TraceStack;
|
|
|
@@ -587,8 +587,6 @@ impl Platform for GateSwap {
|
|
|
// 记录此订单完成时间
|
|
|
ts.on_after_send();
|
|
|
|
|
|
- info!("{}", ts.to_string());
|
|
|
-
|
|
|
result.trace_stack = ts;
|
|
|
|
|
|
result_sd.send(result).await.unwrap();
|