mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
fix: cleanup debug statements
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user