mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Removing unused log on cookies.
This commit is contained in:
parent
553483ce52
commit
d60c917a9c
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ class DumpRequestMiddleware:
|
|||
request_data = request.POST or request.GET
|
||||
request_items = request_data.items()
|
||||
if request_items:
|
||||
logging.debug(" ---> ~FC%s ~SN~FC%s ~SN~BC~FK%s~BK~FC %s" % (request.method, request.path, dict(request_items), request.COOKIES))
|
||||
logging.debug(" ---> ~FC%s ~SN~FC%s ~SN~BC~FK%s~BK~FC" % (request.method, request.path, dict(request_items)))
|
Loading…
Add table
Reference in a new issue