Skip to content

Commit

Permalink
remove erroneus log
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed May 17, 2024
1 parent 29adfd8 commit 244cdb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ async def create_paste(self, *, data: dict[str, Any]) -> PasteModel:
if not password:
# if the user didn't provide a password (a public paste)
# we check for discord tokens
LOGGER.info("Located tokens")
self._handle_discord_tokens(*data["files"], paste_id=paste.id)

return paste
Expand Down

0 comments on commit 244cdb0

Please sign in to comment.