diff --git a/lib/src/kvs/tx.rs b/lib/src/kvs/tx.rs index 1bc1dd0c..212c2d46 100644 --- a/lib/src/kvs/tx.rs +++ b/lib/src/kvs/tx.rs @@ -30,6 +30,7 @@ use std::fmt::Debug; use std::ops::Range; use std::sync::Arc; +#[cfg(debug_assertions)] const LOG: &str = "surrealdb::txn"; /// A set of undoable updates and requests against a dataset.