Fix warnings in release mode
This commit is contained in:
parent
cdac4f84cd
commit
715b79c24e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue