From 8a86de85c86236dc0bf72e7005d25b4772237a1f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 15 Apr 2023 14:42:18 +1000 Subject: [PATCH] remove log call because it clutters test output --- pkg/integration/components/runner.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/integration/components/runner.go b/pkg/integration/components/runner.go index 03ca81295..5c2bfca7e 100644 --- a/pkg/integration/components/runner.go +++ b/pkg/integration/components/runner.go @@ -95,8 +95,6 @@ func runTest( return nil } - logf("path: %s", paths.Root()) - if err := prepareTestDir(test, paths, projectRootDir); err != nil { return err }