From bb42cbadc78c81a185a6ebfbc32e5e34cb87f646 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 27 Oct 2024 20:35:54 +0300 Subject: Remove debug print --- src/petthecord/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/petthecord/server.py b/src/petthecord/server.py index 323d672..d5e31b1 100644 --- a/src/petthecord/server.py +++ b/src/petthecord/server.py @@ -50,7 +50,6 @@ class Server(Application): raise HTTPFound("https://github.com/nakidai/petthecord") async def petpet(self, request: Request) -> StreamResponse: - print(request) try: uid = int(request.match_info["uid"][:request.match_info["uid"].find('.')]) except ValueError: -- cgit 1.4.1