Skip to content

Commit 594383c

Browse files
chore(go): remove print statements from testLotsOfAdding (#1468)
1 parent 9cf1dce commit 594383c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AwsCryptographicMaterialProviders/runtimes/go/TestsFromDafny-go/localcmc_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func testLotsOfAdding(cache awscryptographymaterialproviderssmithygeneratedtypes
122122
if op.Materials.(*awscryptographymaterialproviderssmithygeneratedtypes.MaterialsMemberBeaconKey).Value.BeaconKeyIdentifier != beaconKeyIdentifier {
123123
return fmt.Errorf("beacon key identifier mismatch: %s != %s", op.Materials.(*awscryptographymaterialproviderssmithygeneratedtypes.MaterialsMemberBeaconKey).Value.BeaconKeyIdentifier, beaconKeyIdentifier)
124124
}
125-
fmt.Printf("Cache hit with beacon key identifier %s \n", beaconKeyIdentifier)
126125
}
127126
return nil
128127
}

0 commit comments

Comments
 (0)