remove print
This commit is contained in:
@@ -62,7 +62,6 @@ def consolidation(request):
|
|||||||
|
|
||||||
test_docs = test_collection.stream()
|
test_docs = test_collection.stream()
|
||||||
for test_doc in test_docs:
|
for test_doc in test_docs:
|
||||||
print(test_doc)
|
|
||||||
test_data = test_doc.to_dict()
|
test_data = test_doc.to_dict()
|
||||||
data.append(test_data)
|
data.append(test_data)
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
test_docs = test_collection.stream()
|
test_docs = test_collection.stream()
|
||||||
for test_doc in test_docs:
|
for test_doc in test_docs:
|
||||||
print(test_doc)
|
|
||||||
test_data = test_doc.to_dict()
|
test_data = test_doc.to_dict()
|
||||||
data.append(test_data)
|
data.append(test_data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user