From 44bfb17b1da1bd24140da7d9dcff56fa6fce45e4 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 18 Mar 2025 11:55:06 +0100 Subject: Refactor room specialisations to be functions, make http logging configurable --- LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix.EventTypes') 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; /// -- cgit 1.5.1