diff --git a/app/dao/notifications_dao.py b/app/dao/notifications_dao.py index 0b0b09ec1..52823f7d6 100644 --- a/app/dao/notifications_dao.py +++ b/app/dao/notifications_dao.py @@ -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)}")