remove unused trace
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
6e672a3592
commit
87c527ad79
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ use std::{
|
|||
time::{Duration, Instant, SystemTime},
|
||||
};
|
||||
|
||||
use tracing::{debug, error, trace, warn};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
/// Wraps either an literal IP address plus port, or a hostname plus complement
|
||||
/// (colon-plus-port if it was specified).
|
||||
|
|
Loading…
Add table
Reference in a new issue