Removei debug output

This commit is contained in:
jandre 2021-04-25 18:09:49 +02:00
parent a4eda1db42
commit 9cf5dc10d0

View File

@ -18,7 +18,6 @@ package controllers
import (
"context"
"fmt"
"path/filepath"
"testing"
"time"
@ -321,5 +320,4 @@ var _ = AfterSuite(func() {
By("tearing down the test environment")
err := testEnv.Stop()
Expect(err).ToNot(HaveOccurred())
fmt.Println("coucou")
})