diff --git a/core/database.py b/core/database.py index cdcddd4..75aba77 100644 --- a/core/database.py +++ b/core/database.py @@ -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