remove debug statement
This commit is contained in:
parent
0c98410466
commit
c527392749
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue