@@ -540,7 +540,6 @@ impl Platform for BybitSwap {
let mut ts = trace_stack.clone();
-
let handle = tokio::spawn(async move {
ts.on_before_send();
TraceStack::show_delay(&ts.ins);
@@ -534,8 +534,6 @@ impl Platform for GateSwap {
match result {
Ok(mut result) => {
- info!("{}", ts.to_string());
result.trace_stack = ts;
self_clone.order_sender.send(result).await.unwrap();