Fix release build (#3943)

This commit is contained in:
Mees Delzenne 2024-04-25 16:53:21 +02:00 committed by GitHub
parent 67ff1ea4ca
commit 8ae2908d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {