Fix release build (#3943)
This commit is contained in:
parent
67ff1ea4ca
commit
8ae2908d6e
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ impl LiveQueryTracker {
|
||||||
lq_index_key: &LqEntry,
|
lq_index_key: &LqEntry,
|
||||||
live_query_vs: Versionstamp,
|
live_query_vs: Versionstamp,
|
||||||
) -> Result<(), &'static str> {
|
) -> Result<(), &'static str> {
|
||||||
#[cfg(debug_assertions)]
|
|
||||||
// See if we are already tracking the query
|
// See if we are already tracking the query
|
||||||
let k = lq_index_key.as_key();
|
let k = lq_index_key.as_key();
|
||||||
if self.local_live_queries.contains_key(&k) {
|
if self.local_live_queries.contains_key(&k) {
|
||||||
|
|
Loading…
Reference in a new issue