Skip to content

Commit 9829af5

Browse files
don't print
1 parent f47c0be commit 9829af5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
961961
// This error is of type DynamoDbEncryptionTransformsException
962962
// but AWS SDK wraps it into its own type for which customers should be unwrapping.
963963
// In test vectors, we still have to change the error from AWS SDK to dafny so it turns out to be OpaqueWithText.
964-
print("\n resultForBatchInsert: \n");
965-
print(resultForBatchInsert);
966964
expect resultForBatchInsert.error.OpaqueWithText?, "Error should have been of type OpaqueWithText";
967965

968966
// Test with read client for batch select

0 commit comments

Comments
 (0)