clean up debugging outputs

This commit is contained in:
2026-08-10 17:02:48 +02:00
parent 9a23169b6b
commit 1e348c5abb
5 changed files with 27 additions and 151 deletions

View File

@@ -41,8 +41,6 @@ struct CompiledOverrideRule
std::vector<uint8_t> value;
OverrideRuleKind kind {OverrideRuleKind::Bytes};
bool enabled {true};
mutable bool debugLogged {false};
mutable bool recipientMismatchLogged {false};
};
class OverrideManager