grim/convey

remove some old debug fmt.Printf's

2018-02-19, Gary Kramlich
5f61191295a9
remove some old debug fmt.Printf's
--- a/docker/run.go Mon Feb 19 01:56:31 2018 -0600
+++ b/docker/run.go Mon Feb 19 01:57:31 2018 -0600
@@ -273,8 +273,6 @@
// figure out the workspace variables
dockerWorkspace := st.Workspace.(*Workspace)
workspacePath, err := environment.Mapper(dockerWorkspace.mountPoint, fullEnv)
- fmt.Printf("mountPoint: '%s'\n", dockerWorkspace.mountPoint)
- fmt.Printf("workspacePath: '%s'\n", workspacePath)
if err != nil {
return err
}