summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 18:42:20 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 18:42:20 +0200
commitbba659e9dd615c807c35a63f3366b6184a36abd3 (patch)
tree7a1b258d117e567450ce88e1626c7cbd8630c357
parent71cc2127e36d0a76b43bee20f997aa5627009939 (diff)
downloadapifw-bba659e9dd615c807c35a63f3366b6184a36abd3.tar.gz
Fix: drop erroneous log call
-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()