Trivial: Remove prints in db api layer code

I guess some prints slipped past cleanup and review for the node
history work. Removes the two print statements as they are not
needed.

Change-Id: Ica506864ad443ad035a68ae8ffbe63cf68e5ccec
This commit is contained in:
Julia Kreger 2022-04-29 13:49:14 -07:00
parent 4cf0147e86
commit 246be29959
1 changed files with 0 additions and 2 deletions

View File

@ -2388,8 +2388,6 @@ class Connection(api.Connection):
# remove the entries at the end of the list
# which will be the more recent items as we
# ordered ascending originally.
print('returning final set')
print(final_set)
return final_set
def bulk_delete_node_history_records(self, entries):