From 574f5f6dc9c0e6e66163ccfa48b5460919199a66 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 15 Aug 2025 09:51:17 -0500 Subject: [PATCH] chore: remove unused using directives in CommFactory.cs --- src/PepperDash.Essentials.Core/Comm and IR/CommFactory.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Comm and IR/CommFactory.cs b/src/PepperDash.Essentials.Core/Comm and IR/CommFactory.cs index 96f902f3..a0723c4b 100644 --- a/src/PepperDash.Essentials.Core/Comm and IR/CommFactory.cs +++ b/src/PepperDash.Essentials.Core/Comm and IR/CommFactory.cs @@ -1,12 +1,9 @@  using System; -using Crestron.SimplSharp; using Crestron.SimplSharpPro; using Crestron.SimplSharpPro.DM; using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Org.BouncyCastle.Tls; using PepperDash.Core; using PepperDash.Essentials.Core.Config; using Serilog.Events;