remove print

This commit is contained in:
Pritimay Sarkar
2023-08-25 13:53:57 +05:30
parent 70b339b93e
commit ca71fde1f6
2 changed files with 0 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ def consolidation(request):
test_docs = test_collection.stream()
for test_doc in test_docs:
print(test_doc)
test_data = test_doc.to_dict()
data.append(test_data)