Skip to content

Commit 2281a46

Browse files
author
lamai93
committed
Removed debug output.
1 parent 7a87642 commit 2281a46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/immutable_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func TestImmutableFields(t *testing.T) {
8181
// Wait for StorageEngine parameter to be back to RocksDB
8282
if _, err := waitUntilDeployment(c, depl.GetName(), ns,
8383
func(depl *api.ArangoDeployment) error {
84-
fmt.Printf("Checking storage engine: %s", api.StorageEngineOrDefault(depl.Spec.StorageEngine))
8584
if api.StorageEngineOrDefault(depl.Spec.StorageEngine) == api.StorageEngineRocksDB {
8685
return nil
8786
}

0 commit comments

Comments
 (0)