From b543439be978b95847283219419762931b865192 Mon Sep 17 00:00:00 2001 From: asoseil Date: Mon, 23 Oct 2017 21:51:17 +0200 Subject: [PATCH] fmt removed --- cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd.go b/cmd.go index 414eeaf..691e52a 100644 --- a/cmd.go +++ b/cmd.go @@ -122,7 +122,6 @@ func (r *realize) run(p *cli.Context) error { r.Schema[k].Path = wdir() }else{ r.Schema[k].Path = filepath.Clean(elm.Path) - fmt.Println(r.Schema[k].Path ) } // env variables for key, item := range r.Schema[k].Environment {