Skip to content

Commit f882e00

Browse files
remove print
1 parent f313599 commit f882e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/migrationutils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99

1010
func VerifyReturnedItem(result *dynamodb.GetItemOutput, partitionKeyValue, sortKeyValue, encryptedAndSignedValue, signOnlyValue, doNothingValue string) error {
1111
returnedPartitionKey, ok := result.Item["partition_key"].(*types.AttributeValueMemberS)
12-
fmt.Println(returnedPartitionKey.Value)
1312
if !ok {
1413
// We return this error because we run test against the error.
1514
// When used in production code, you can decide how you want to handle errors.

0 commit comments

Comments
 (0)