Skip to content

Commit 0f28a81

Browse files
committed
fix: remove print
1 parent 3f93387 commit 0f28a81

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

selfservice/blueprints/recovery.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ def verify_phone(recovery_id):
200200
session = RecoverySession.query.filter_by(id=recovery_id).first()
201201
phone = PhoneVerification.query.filter_by(session=recovery_id).first()
202202

203-
print(phone.phone_number)
204-
205203
service_sid = current_app.config.get("TWILIO_SERVICE_SID")
206204
client = Client(
207205
current_app.config.get("TWILIO_SID"), current_app.config.get("TWILIO_TOKEN")

0 commit comments

Comments
 (0)