diff --git a/src/db.rs b/src/db.rs index b82f965..f31000a 100644 --- a/src/db.rs +++ b/src/db.rs @@ -5,7 +5,7 @@ use surrealdb::{ sql::Thing, Response, Surreal, }; -use tracing::{debug, error, instrument, trace, warn}; +use tracing::{error, instrument, trace, warn}; use url::Url; use crate::Timer;