diff --git a/telematrix/__init__.py b/telematrix/__init__.py index d2ef570..d7966fd 100644 --- a/telematrix/__init__.py +++ b/telematrix/__init__.py @@ -445,7 +445,6 @@ async def aiotg_photo(chat, photo): 'w': photo[-1]['width']} body = 'Image_{}.jpg'.format(int(time() * 1000)) - pprint(chat.message) if uri: j = await send_matrix_message(room_id, user_id, txn_id, body=body, url=uri, info=info, msgtype='m.image')