forked from Hay1tsme/artemis
index: remove hanging debug log call
This commit is contained in:
parent
8ae0aba89c
commit
61e3a2c930
1
index.py
1
index.py
@ -111,7 +111,6 @@ class HttpDispatcher(resource.Resource):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def render_GET(self, request: Request) -> bytes:
|
def render_GET(self, request: Request) -> bytes:
|
||||||
self.logger.debug(request.uri)
|
|
||||||
test = self.map_get.match(request.uri.decode())
|
test = self.map_get.match(request.uri.decode())
|
||||||
client_ip = Utils.get_ip_addr(request)
|
client_ip = Utils.get_ip_addr(request)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user