mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
remoe print statement
This commit is contained in:
@@ -917,7 +917,6 @@ def dao_close_out_delivery_receipts():
|
||||
|
||||
|
||||
def dao_batch_insert_notifications(batch):
|
||||
current_app.logger.info(f"ENTER DAO_BATCH_INSERT with batch {batch}")
|
||||
db.session.bulk_save_objects(batch)
|
||||
db.session.commit()
|
||||
current_app.logger.info(f"Batch inserted notifications: {len(batch)}")
|
||||
|
||||
Reference in New Issue
Block a user