From 6aad15c4524dbe21f52a3aa1b6660213e44f7fbd Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 14 Jul 2020 11:19:03 -0600 Subject: [PATCH] fix device factory --- PepperDashEssentials/Factory/DeviceFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PepperDashEssentials/Factory/DeviceFactory.cs b/PepperDashEssentials/Factory/DeviceFactory.cs index 5b15f28c..98c2dd13 100644 --- a/PepperDashEssentials/Factory/DeviceFactory.cs +++ b/PepperDashEssentials/Factory/DeviceFactory.cs @@ -11,7 +11,6 @@ using Newtonsoft.Json.Linq; using PepperDash.Core; using PepperDash.Essentials.Core; using PepperDash.Essentials.Core.Config; -using PepperDash.Essentials.Room.MobileControl; namespace PepperDash.Essentials {