Fix warnings in release mode

This commit is contained in:
Tobie Morgan Hitchcock 2023-03-25 20:48:51 +00:00
parent cdac4f84cd
commit 715b79c24e

View file

@ -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.