summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 16:07:48 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 16:07:48 +0200
commit5bb29d6697ac31876f9d5cf49f71e31873a6a86d (patch)
treea52ba070816baec6bdf38a0f7e8c022153257e5d
parent88535a2107db72063031b2be07e9adddc6e58e1c (diff)
downloadapifw-liw/large.tar.gz
Drop: debug log callliw/large
-rw-r--r--apifw/http.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apifw/http.py b/apifw/http.py
index 7761874..4732981 100644
--- a/apifw/http.py
+++ b/apifw/http.py
@@ -108,7 +108,6 @@ class HttpTransaction:
self._counter()
self._log_request()
data = callback(*args, **kwargs)
- self._logger({'data': type(data)})
self._log_callback()
self.amend_response()
self._log_response()