Remove print statement

This commit is contained in:
bitfl0wer 2023-05-28 23:08:13 +02:00
parent 135782da9f
commit b2b5930db0
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ pub mod messages {
.bearer_auth(token)
.multipart(form);
println!("[Request Headers: ] {:?}", message_request);
requester
.send_request(
message_request,