remove extra logging

This commit is contained in:
Izalia Mae 2020-01-21 00:59:38 -05:00
parent 85d0ae7268
commit a1110841f3

View file

@ -94,7 +94,6 @@ async def http_filter(app, handler):
# add logged in user data to the request for the frontend
request['user'] = user_data
logging.warn(request.host)
if request.path not in ['/paws/actor', '/paws/inbox', '/.well-known/webfinger'] and request.host == paws_host:
return aiohttp.web.HTTPFound(f'http://{masto_host}{request.path}?{distill_query(request.query)}')