From e0c62bd38ea3457c89d39d6dee2644e2fc13b949 Mon Sep 17 00:00:00 2001 From: amghazanfari Date: Thu, 19 Sep 2024 16:03:26 +0330 Subject: [PATCH] delete extra println Signed-off-by: amghazanfari --- libcontainer/integration/update_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcontainer/integration/update_test.go b/libcontainer/integration/update_test.go index ce1c9c3acb3..5678b6f6364 100644 --- a/libcontainer/integration/update_test.go +++ b/libcontainer/integration/update_test.go @@ -2,7 +2,6 @@ package integration import ( "bytes" - "fmt" "os" "strings" "testing" @@ -24,7 +23,6 @@ func testUpdateDevices(t *testing.T, systemd bool) { // Execute a first process in the container stdinR, stdinW, err := os.Pipe() ok(t, err) - fmt.Println(standardEnvironment) process := &libcontainer.Process{ Cwd: "/", Args: []string{"cat"},