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 }