mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Remove logger
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
60c32ca7c1
commit
a3884cfd10
1 changed files with 1 additions and 2 deletions
|
|
@ -143,7 +143,6 @@ async def get_one_note(self, message):
|
|||
if not name:
|
||||
return
|
||||
_note = await get_note(message.chat.id, name)
|
||||
self.log.info(_note)
|
||||
if not _note:
|
||||
return
|
||||
type_ = _note.get("type")
|
||||
|
|
|
|||
Loading…
Reference in a new issue