Remove debug output from ls

This commit is contained in:
Ryan Cavicchioni 2021-04-04 02:57:47 +00:00
parent 100b585663
commit e66f6358a9
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -34,8 +34,6 @@ func LsCmd(ctx Context) (int, error) {
lights, err := c.ListLights(selector) lights, err := c.ListLights(selector)
Debugf("%+v\n", lights)
if err != nil { if err != nil {
return ExitFailure, err return ExitFailure, err
} }