Skip to content

Commit aae3379

Browse files
committed
remove erroneus log (#43)
1 parent d5296f4 commit aae3379

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ async def create_paste(self, *, data: dict[str, Any]) -> PasteModel:
266266
if not password:
267267
# if the user didn't provide a password (a public paste)
268268
# we check for discord tokens
269-
LOGGER.info("Located tokens")
270269
self._handle_discord_tokens(*data["files"], paste_id=paste.id)
271270

272271
return paste

0 commit comments

Comments
 (0)