Skip to content
Snippets Groups Projects
Commit 14fe8353 authored by Richard Blechinger's avatar Richard Blechinger
Browse files

Remove debug message

parent 544cad33
No related branches found
No related tags found
1 merge request!12Fix value error
......@@ -524,7 +524,6 @@ class APITimeSlotViewSet(viewsets.ModelViewSet):
# Returns timeslots of the given show and schedule
#
if show_pk and schedule_pk:
logging.error('############################################# {} {}'.format(start, end))
return TimeSlot.objects.filter(show=show_pk, schedule=schedule_pk, start__gte=start, end__lte=end).order_by('start')
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment