Removes ToDo's

This commit is contained in:
Jason Alborough
2020-08-17 14:57:33 -04:00
parent f0d10fb1f9
commit 4e2683f8fc

View File

@@ -228,9 +228,6 @@ namespace PepperDash.Essentials
if (VideoCodec == null)
throw new ArgumentNullException("codec cannot be null");
//todo Do the thing here JTA
AudioCodec = DeviceManager.GetDeviceForKey(PropertiesConfig.AudioCodecKey) as
PepperDash.Essentials.Devices.Common.AudioCodec.AudioCodecBase;