1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs b/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs
index 86950e5..27d505c 100644
--- a/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs
+++ b/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs
@@ -32,7 +32,7 @@ public class RoomPolicyRuleEventContent : PolicyRuleEventContent {
}
public abstract class PolicyRuleEventContent : EventContent {
- public PolicyRuleEventContent() => Console.WriteLine($"init policy {GetType().Name}");
+ // public PolicyRuleEventContent() => Console.WriteLine($"init policy {GetType().Name}");
private string? _reason;
/// <summary>
|