From 419330b1b6e3ae135ed6f86f2e37208fe20dee1b Mon Sep 17 00:00:00 2001 From: Gitea Date: Sun, 4 Apr 2021 02:57:47 +0000 Subject: [PATCH] Remove debug output from ls --- cmd/ls.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/ls.go b/cmd/ls.go index 25061c1..cf2fa3e 100644 --- a/cmd/ls.go +++ b/cmd/ls.go @@ -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 }