remove IP logging

This commit is contained in:
Denis Lehmann 2022-06-09 20:50:17 +02:00
parent 03ccfc9e69
commit b828c6f442

View file

@ -104,7 +104,7 @@ def create_app(base_path, cloud_name="raincloud"):
abort(403)
except RaincloudIOException as e:
print(f"RaincloudIOException raised by request from IP {request.remote_addr}: {e}")
print(f"RaincloudIOException: {e}")
abort(404)
except Exception as e:
print(f"Unhandled exception: {e}")