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:
parent
4cf0147e86
commit
246be29959
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user