Skip to content

Commit e7c6dd3

Browse files
remove commented code
1 parent 2a9c145 commit e7c6dd3

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
@@ -892,8 +892,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
892892
{
893893
var wClient, rClient := SetupTestTable(writeConfig, readConfig);
894894
WriteAllRecords(wClient, records);
895-
// var attributeToDelete := "Two";
896-
// var valueToDelete := "Dos";
897895
// Try to delete records with a condition expression with condition to
898896
// delete records if the record has an attribute attributeToDelete with value expectedAttributeValue
899897
for i := 0 to |records| {

0 commit comments

Comments
 (0)