From 5bb29d6697ac31876f9d5cf49f71e31873a6a86d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 16:07:48 +0200 Subject: Drop: debug 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