Skip to content

Commit 8c48740

Browse files
authored
noprint
1 parent 1fa5559 commit 8c48740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/webhook/async_.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ def handle_message_parameters(
704704
multipart.append({"name": "payload_json", "value": utils._to_json(payload)})
705705
payload = None
706706
multipart += multipart_files
707-
print(multipart)
708707

709708
return ExecuteWebhookParameters(payload=payload, multipart=multipart, files=files)
710709

0 commit comments

Comments
 (0)