Cleanup framework package

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-12 19:52:01 -03:00
parent 4a33b1e163
commit b37270bdde
2 changed files with 29 additions and 34 deletions

View file

@ -107,7 +107,6 @@ func CreateKubeNamespace(baseName string, c kubernetes.Interface) (string, error
Logf("Unexpected error while creating namespace: %v", err)
return false, nil
}
Logf("Created namespace: %v", got.Name)
return true, nil
})
if err != nil {