index: remove hanging debug log call

This commit is contained in:
Hay1tsme 2023-05-12 22:06:19 -04:00
parent 8ae0aba89c
commit 61e3a2c930
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ class HttpDispatcher(resource.Resource):
)
def render_GET(self, request: Request) -> bytes:
self.logger.debug(request.uri)
test = self.map_get.match(request.uri.decode())
client_ip = Utils.get_ip_addr(request)