mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +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:
|
if not name:
|
||||||
return
|
return
|
||||||
_note = await get_note(message.chat.id, name)
|
_note = await get_note(message.chat.id, name)
|
||||||
self.log.info(_note)
|
|
||||||
if not _note:
|
if not _note:
|
||||||
return
|
return
|
||||||
type_ = _note.get("type")
|
type_ = _note.get("type")
|
||||||
|
|
@ -259,4 +258,4 @@ async def delete_all_cb(_, cb):
|
||||||
if input == "yes":
|
if input == "yes":
|
||||||
stoped_all = await deleteall_notes(chat_id)
|
stoped_all = await deleteall_notes(chat_id)
|
||||||
if stoped_all:
|
if stoped_all:
|
||||||
return await cb.message.edit("**Successfully deleted all notes on this chat.**")
|
return await cb.message.edit("**Successfully deleted all notes on this chat.**")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue