Skip to content

Commit

Permalink
Merge pull request #227 from RomaricKanyamibwa/update-dynamodb
Browse files Browse the repository at this point in the history
Remove unnecessary print
  • Loading branch information
RomaricKanyamibwa authored Sep 22, 2023
2 parents 3895591 + a96743b commit 08715bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e3/aws/dynamodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def batch_get_items(
"ConsistentRead": True,
}
}
print(batch_keys)

while tries < max_tries:
try:
response = self.client.batch_get_item(
Expand Down

0 comments on commit 08715bf

Please sign in to comment.