Remove debug statements.
This commit is contained in:
parent
2650159a81
commit
62befa045a
2 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue