diff options
Diffstat (limited to 'rustables/src/batch.rs')
-rw-r--r-- | rustables/src/batch.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustables/src/batch.rs b/rustables/src/batch.rs index 0f43402..24eca8e 100644 --- a/rustables/src/batch.rs +++ b/rustables/src/batch.rs @@ -4,7 +4,6 @@ use std::ffi::c_void; use std::os::raw::c_char; use std::ptr; use thiserror::Error; -use tracing::trace; /// Error while communicating with netlink #[derive(Error, Debug)] |