history_sync.vala: Remove noisy debug

This commit is contained in:
Xavier Del Campo Romero 2023-10-03 09:16:11 +02:00
parent 4fa765affc
commit 0f3d7e27ce
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ public class Dino.HistorySync {
if (to_delete.contains(range1)) continue;
foreach (MamRange range2 in ranges[server_jid]) {
debug("[%s | %s] | %s - %s vs %s - %s", account.bare_jid.to_string(), server_jid.to_string(), range1.from_time.to_string(), range1.to_time.to_string(), range2.from_time.to_string(), range2.to_time.to_string());
if (range1 == range2 || to_delete.contains(range2)) continue;
// Check if range2 is a subset of range1