summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()