Comment out spammy trace!()

This commit is contained in:
Ivan Molodetskikh
2025-12-20 14:08:32 +03:00
parent d9ceff7c70
commit 6472209b45
+1 -1
View File
@@ -1453,7 +1453,7 @@ pub fn add_mapped_toplevel_pre_commit_hook(toplevel: &ToplevelSurface) -> HookId
span.record("serial", format!("{serial:?}"));
}
trace!("taking pending transaction");
// trace!("taking pending transaction");
if let Some(transaction) = mapped.take_pending_transaction(serial) {
// Transaction can be already completed if it ran past the deadline.
let disable = state.niri.config.borrow().debug.disable_transactions;