fix: cleanup debug statements

This commit is contained in:
Jason DeVito
2023-12-13 12:41:45 -06:00
parent 1c5aca03d2
commit 67e0378806
3 changed files with 8 additions and 12 deletions

View File

@@ -61,7 +61,6 @@ namespace PepperDash_Essentials_DM.Chassis
set
{
var level = value;
Debug.Console(1, this, "VolumeLevel: value-'{0}', level-'{1}'", value, level);
// ScaleWithLimits(inputValue, InputUpperBound, InputLowerBound, OutputUpperBound, OutputLowerBound)
_volumeLevel = CrestronEnvironment.ScaleWithLimits(level, DeviceLevelMax, DeviceLevelMin, CrestronLevelMax, CrestronLevelMin);