🩹 logging
This commit is contained in:
parent
f381f30e27
commit
00e448ac31
2 changed files with 1 additions and 2 deletions
|
@ -368,7 +368,6 @@ impl<
|
|||
}
|
||||
|
||||
pub fn send_async(&self, param: I) -> JobResult<O> {
|
||||
log::info!("Sending async reqeust");
|
||||
let d = get_random_item(&self.dispatchers).unwrap();
|
||||
d.send_async(param)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue