From 604ed9f8cf512270fcce4c006b713d3b9994c1b3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Mar 2021 11:53:44 +0200 Subject: efa-gw: Remove debug output --- bin/efa-gw | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') diff --git a/bin/efa-gw b/bin/efa-gw index 1f73c70..85281bd 100755 --- a/bin/efa-gw +++ b/bin/efa-gw @@ -56,8 +56,6 @@ async def handle_eva(request): content = await response.text() content = json.loads(content) - print(content) - if not content["error"]: return build_response(content) @@ -68,8 +66,6 @@ async def handle_eva(request): content = await response.text() content = json.loads(content) - print(content) - return build_response(content) -- cgit v1.2.3