fix:removed print statements
This commit is contained in:
parent
22189ec9e8
commit
faf39ecef4
@ -59,7 +59,6 @@ def get_appointment_slots(date, timezone):
|
||||
converted_timeslots = []
|
||||
for timeslot in timeslots:
|
||||
timeslot = local_timezone.localize(timeslot)
|
||||
print(timeslot)
|
||||
timeslot = timeslot.astimezone(guest_timezone)
|
||||
timeslot = timeslot.replace(tzinfo=None)
|
||||
# Check if holiday
|
||||
|
@ -15,6 +15,5 @@ def get_context(context):
|
||||
context.success = True
|
||||
return context
|
||||
else:
|
||||
print('Something not found')
|
||||
context.success = False
|
||||
return context
|
Loading…
x
Reference in New Issue
Block a user