remove print statement fixes #1

This commit is contained in:
2025-05-04 17:07:36 +02:00
parent ae7a3a1fad
commit 98337daa7e

View File

@@ -128,7 +128,6 @@ async def index():
@app.route("/request", methods=["POST"])
async def log_request():
data = await request.get_json()
print(data)
item = data.get("item")
if item:
asynccache = KomCache()