diff options
| -rw-r--r-- | src/petthecord/server.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |