Skip to content

Commit 1e72830

Browse files
committed
feat(comments): Remove print #122
1 parent ceb6ced commit 1e72830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commons/data_access_layer/cosmos_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def find_all(self, event_context: EventContext, conditions: dict = {}, custom_sq
233233
]
234234
params.extend(self.generate_params(conditions))
235235
params.extend(custom_params)
236-
print("before query")
237236
query_str = """
238237
SELECT * FROM c
239238
WHERE c.{partition_key_attribute}=@partition_key_value

0 commit comments

Comments
 (0)