grim/convey

Remove test print.

2017-09-26, Eric Fritz
d6d02e624801
Parents e81e4e5b9d2f
Children fc3b9db84bfa
Remove test print.
--- a/docker/build.go Tue Sep 26 09:51:15 2017 -0500
+++ b/docker/build.go Tue Sep 26 11:23:25 2017 -0500
@@ -18,7 +18,6 @@
package docker
import (
- "fmt"
"io/ioutil"
"os"
"path/filepath"
@@ -91,8 +90,6 @@
return err
}
- fmt.Printf("Tags: %#v :: %#v\n", b.Tags, tags)
-
labels, err := st.MapSlice(b.Labels, fullEnv)
if err != nil {
return err