Skip to content

Commit b11ab6d

Browse files
committed
🔥 Remove debugging code
1 parent 5d32c2a commit b11ab6d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jokeapi"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
55
authors = ["thenamesweretakenalready <43702423+thenamesweretakenalready@users.noreply.github.com>"]
66
license = "GPL v3.0"

src/jokeapi/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ async def send_request(
230230
returns.append(headers)
231231

232232
if auth_token:
233-
print(len(headers.split("token-valid")))
234-
print(len(headers.split("Token-Valid")))
235233
if "token-valid" in headers:
236234
returns.append(
237235
{"Token-Valid": bool(int(headers.split("token-valid")[1][4]))}

0 commit comments

Comments
 (0)