We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3c515 commit 1c59d67Copy full SHA for 1c59d67
utils/oracle/oracle_specific_functions.py
@@ -185,7 +185,6 @@ def update_kit_service_management_entity(
185
}
186
187
# Execute query
188
- logging.info("Parameters before execution:", params)
189
rows_affected = OracleDB().update_or_insert_data_to_table(update_query, params)
190
logging.info(f"Rows affected: {rows_affected}")
191
# Return the subject NHS number
0 commit comments