Explorar o código

dockerd: removed debug messages

Solomon Hykes %!s(int64=12) %!d(string=hai) anos
pai
achega
dd9bb4e0d3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      server/server.go

+ 0 - 2
server/server.go

@@ -774,9 +774,7 @@ func (srv *Server) CmdRun(stdin io.ReadCloser, stdout io.Writer, args ...string)
 		}
 		if *fl_attach {
 			future.Go(func() error {
-				log.Printf("CmdRun(): start receiving stdin\n")
 				_, err := io.Copy(cmd_stdin, stdin)
-				log.Printf("CmdRun(): done receiving stdin\n")
 				cmd_stdin.Close()
 				return err
 			})