Merge pull request #19998 from estesp/remove-stray-printf
Remove stray printf Upstream-commit: e2bfedbc40245dcf39ab5e0cb5756784e4f508c7 Component: engine
This commit is contained in:
@ -378,7 +378,6 @@ func (s *DockerSuite) TestExecDir(c *check.C) {
|
||||
id := strings.TrimSpace(out)
|
||||
|
||||
execDir := filepath.Join(execDriverPath, id)
|
||||
fmt.Println(execDriverPath)
|
||||
stateFile := filepath.Join(execDir, "state.json")
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user