Skip to content

Commit

Permalink
chore: デバッグログの消し忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Nov 23, 2022
1 parent cd52f71 commit cbe30cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mipac/actions/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ async def send(
'text': text,
'fileId': file_id,
}
print(vars(self))
res = await self.__session.request(
Route('POST', '/api/messaging/messages/create'),
json=data,
Expand Down

0 comments on commit cbe30cc

Please sign in to comment.