From f7ee9c70ae0760b34da4a0df6d29f4f154d2058e Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 5 Feb 2019 17:33:37 -0300 Subject: [PATCH] channel.messages: remove print-debug --- litecord/blueprints/channel/messages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litecord/blueprints/channel/messages.py b/litecord/blueprints/channel/messages.py index 53d92af..67866a4 100644 --- a/litecord/blueprints/channel/messages.py +++ b/litecord/blueprints/channel/messages.py @@ -426,7 +426,6 @@ async def _create_message(channel_id): payload_json, files = await _msg_input() j = validate(payload_json, MESSAGE_CREATE) - print(payload_json, files) _check_content(payload_json, files) # TODO: check connection to the gateway