remove debug statement

This commit is contained in:
Laura Klünder 2016-12-24 01:33:27 +01:00
parent 0c98410466
commit c527392749

View file

@ -183,9 +183,7 @@ def main(request, location=None, origin=None, destination=None):
elevators = reverse_ctypes(allowed_ctypes, 'elevator')
includables, avoidables = get_includables_avoidables(request)
print(includables, avoidables)
allow_nonpublic, include, avoid = parse_include_avoid(request, include, avoid)
print(allow_nonpublic, include, avoid)
if request.method == 'POST':
save_settings = request.POST.get('save_settings', '') == '1'