From 12b519a54372555ce6bbd7db95bbf3e217a0b23b Mon Sep 17 00:00:00 2001 From: James Shubin Date: Fri, 22 Mar 2024 02:25:35 -0400 Subject: [PATCH] lang: gapi: Improve logging to be cleaner --- lang/gapi/gapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gapi/gapi.go b/lang/gapi/gapi.go index bcfc48ca..56d22f06 100644 --- a/lang/gapi/gapi.go +++ b/lang/gapi/gapi.go @@ -391,7 +391,7 @@ func (obj *GAPI) Cli(info *gapi.Info) (*gapi.Deploy, error) { } // display the deploy fs tree - if debug || true { // TODO: should this only be shown on debug? + if debug { // this should only be shown on debug, or `entry` looks messy! logf("input: %s", args.Input) tree, err := util.FsTree(fs, "/") if err != nil {