aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/query.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/query.rs')
-rw-r--r--rustables/src/query.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rustables/src/query.rs b/rustables/src/query.rs
index c5a6e6c..8d2c281 100644
--- a/rustables/src/query.rs
+++ b/rustables/src/query.rs
@@ -31,8 +31,6 @@ pub fn get_list_of_objects<Error>(
mod inner {
use crate::FinalizedBatch;
- use tracing::debug;
-
use super::*;
#[derive(thiserror::Error, Debug)]