Remove debug output from ls

This commit is contained in:
2021-04-04 02:57:47 +00:00
parent 100b585663
commit e66f6358a9

View File

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