mirror of https://gitlab.com/litecord/litecord.git
channel.messages: remove print-debug
This commit is contained in:
parent
b424d47755
commit
f7ee9c70ae
|
|
@ -426,7 +426,6 @@ async def _create_message(channel_id):
|
||||||
payload_json, files = await _msg_input()
|
payload_json, files = await _msg_input()
|
||||||
j = validate(payload_json, MESSAGE_CREATE)
|
j = validate(payload_json, MESSAGE_CREATE)
|
||||||
|
|
||||||
print(payload_json, files)
|
|
||||||
_check_content(payload_json, files)
|
_check_content(payload_json, files)
|
||||||
|
|
||||||
# TODO: check connection to the gateway
|
# TODO: check connection to the gateway
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue