Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlwellman committed Nov 4, 2024
1 parent b0582c5 commit a16a5f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/celery/twilio_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _get_notifications() -> list:
.order_by(Notification.created_at)
.limit(current_app.config['TWILIO_STATUS_PAGE_SIZE'])
)
current_app.logger.debug('Query: %s', query)
return db.session.execute(query).scalars().all()


Expand Down

0 comments on commit a16a5f5

Please sign in to comment.