Skip to content

Commit 41c53e8

Browse files
committed
cosmetics
1 parent 45d7444 commit 41c53e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/database.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def store_by_id(self, document_id: str, document_content: dict) -> Document:
4848
if document:
4949
document_as_dict = dict(document)
5050
diff = DeepDiff(document_as_dict, document_content, ignore_order=True)
51-
print(diff.get('values_changed'))
52-
print(diff.get('affected_root_keys'))
5351
if diff.get('values_changed') or \
5452
diff.get('affected_root_keys') and \
5553
set(diff.affected_root_keys) != {'_id', '_rev'} or \

0 commit comments

Comments
 (0)