lang: gapi: Improve logging to be cleaner

This commit is contained in:
James Shubin
2024-03-22 02:25:35 -04:00
parent f75f6623b3
commit 12b519a543

View File

@@ -391,7 +391,7 @@ func (obj *GAPI) Cli(info *gapi.Info) (*gapi.Deploy, error) {
} }
// display the deploy fs tree // 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) logf("input: %s", args.Input)
tree, err := util.FsTree(fs, "/") tree, err := util.FsTree(fs, "/")
if err != nil { if err != nil {