mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Removed debug output.
This commit is contained in:
parent
7a87642f50
commit
2281a46b7c
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ func TestImmutableFields(t *testing.T) {
|
|||
// Wait for StorageEngine parameter to be back to RocksDB
|
||||
if _, err := waitUntilDeployment(c, depl.GetName(), ns,
|
||||
func(depl *api.ArangoDeployment) error {
|
||||
fmt.Printf("Checking storage engine: %s", api.StorageEngineOrDefault(depl.Spec.StorageEngine))
|
||||
if api.StorageEngineOrDefault(depl.Spec.StorageEngine) == api.StorageEngineRocksDB {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue