Skip to content

Commit

Permalink
🔥 Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjhar committed Aug 6, 2021
1 parent 5d32c2a commit b11ab6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jokeapi"
version = "1.0.0"
version = "1.0.1"
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
authors = ["thenamesweretakenalready <[email protected]>"]
license = "GPL v3.0"
Expand Down
2 changes: 0 additions & 2 deletions src/jokeapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ async def send_request(
returns.append(headers)

if auth_token:
print(len(headers.split("token-valid")))
print(len(headers.split("Token-Valid")))
if "token-valid" in headers:
returns.append(
{"Token-Valid": bool(int(headers.split("token-valid")[1][4]))}
Expand Down

0 comments on commit b11ab6d

Please sign in to comment.