aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/batch.rs
diff options
context:
space:
mode:
authorla Fleur <lafleur@boum.org>2021-10-20 08:53:09 +0000
committerla Fleur <lafleur@boum.org>2021-10-20 08:53:09 +0000
commit0f2a239b967080ea041c21779f063ca1afcc3d2c (patch)
treeb3c372da7c9d828d658d4f25690197842521b417 /rustables/src/batch.rs
parent4a87680c89017730f0a8715f87118c63bb8b7ae8 (diff)
parent3cfe1bede2b024a1246af976b90ca7237ca7cc3d (diff)
Merge branch 'revert-to-log-crate' into 'master'
Revert part of aa1cc7089a70d134f2d71f84293628e05818b07f See merge request rustwall/rustables!1
Diffstat (limited to 'rustables/src/batch.rs')
-rw-r--r--rustables/src/batch.rs1
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)]