Removei debug output
This commit is contained in:
parent
a4eda1db42
commit
9cf5dc10d0
@ -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")
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user