summaryrefslogtreecommitdiff
path: root/bin/efa-gw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa-gw')
-rwxr-xr-xbin/efa-gw4
1 files changed, 0 insertions, 4 deletions
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)