mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-31 20:44:19 +01:00
remove annoying debugging line
This commit is contained in:
parent
cf45caa762
commit
34a8311647
|
|
@ -64,9 +64,6 @@ class Router(object):
|
|||
if res is not None:
|
||||
(controller, matches) = res
|
||||
query = parse_qs(url.query)
|
||||
logger.debug(
|
||||
"path: {0}, controller: {1}, query: {2}, matches: {3}".format(handler.path, controller, query, matches)
|
||||
)
|
||||
request = Request(query, matches)
|
||||
controller(handler, request).handle_request()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue