mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 08:16:19 -04: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):
|
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.bulk_save_objects(batch)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
current_app.logger.info(f"Batch inserted notifications: {len(batch)}")
|
current_app.logger.info(f"Batch inserted notifications: {len(batch)}")
|
||||||
|
|||||||
Reference in New Issue
Block a user