remove dummy device add

This commit is contained in:
Andrew Welker
2020-12-17 14:48:01 -07:00
parent f0a3b27e3b
commit b2402402d9
2 changed files with 1 additions and 7 deletions

View File

@@ -48,8 +48,6 @@ namespace PepperDash.Essentials
SubscribeToDisplayFeedbacks();
CreateOrUpdateScheduledEvents();
DeviceManager.AddDevice(DummySource);
}
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }