route work

This commit is contained in:
John Smith
2022-12-19 17:22:52 -05:00
parent ee30f19ecf
commit 64ae83bf82
2 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ where
Ok(res
.on_timeout(|| {
log_rpc!(debug "op wait timed out: {}", handle.op_id);
debug_print_backtrace();
// debug_print_backtrace();
self.cancel_op_waiter(handle.op_id);
})
.map(|res| {