Remove debug statements.

This commit is contained in:
Anna Rose Wiggins 2025-09-14 20:37:49 -04:00
parent 2650159a81
commit 62befa045a
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ func NewDeadzoneFromConfig(dzConfig configparser.DeadzoneConfig, device Device,
dz := Deadzone{}
dz.Emit = dzConfig.Emit
dz.EmitValue = dzConfig.Value
fmt.Printf("DEBUG: %d, %d\n", dzConfig.Value, dz.EmitValue)
var min, max int32
absInfoMap, err := device.AbsInfos()