From bba659e9dd615c807c35a63f3366b6184a36abd3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 18:42:20 +0200 Subject: Fix: drop erroneous log call --- apifw/http.py | 1 - 1 file changed, 1 deletion(-) 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() -- cgit v1.2.1