summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2022-04-29 13:49:14 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2022-04-29 13:49:14 -0700
commit246be299591e3abcd6b36febdfd7a42e8273c674 (patch)
treeb144df1818f800384f2214576b4fdd19c7a30b81
parent4cf0147e86039e8fa2232c3de6d45f1405a515d0 (diff)
downloadironic-246be299591e3abcd6b36febdfd7a42e8273c674.tar.gz
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
-rw-r--r--ironic/db/sqlalchemy/api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ironic/db/sqlalchemy/api.py b/ironic/db/sqlalchemy/api.py
index f24c49569..05d5cc45e 100644
--- a/ironic/db/sqlalchemy/api.py
+++ b/ironic/db/sqlalchemy/api.py
@@ -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):