Skip to content

Commit 4b76c59

Browse files
committed
Removed debuging code
1 parent fa89dbe commit 4b76c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appointment/utils/db_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def create_and_save_appointment(ar, client_data: dict, appointment_data: dict, r
108108
)
109109
appointment.save()
110110
logger.info(f"New appointment created: {appointment.to_dict()}")
111-
print(f"Want reminder: {appointment.want_reminder}")
112111
if appointment.want_reminder:
113112
schedule_email_reminder(appointment, request)
114113
return appointment

0 commit comments

Comments
 (0)