Skip to content

Commit da42ae2

Browse files
committed
Remove extraneous debug priting
1 parent 5d77331 commit da42ae2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utls/discordhelpers/interactions.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,8 @@ pub async fn create_more_options_panel(
105105
.await
106106
.unwrap();
107107

108-
println!("awaiting response...");
109108
let msg = interaction.get_interaction_response(&ctx.http).await?;
110-
println!("response got...");
111109
if let Some(resp) = msg.await_modal_interaction(&ctx.shard).await {
112-
println!("response: {:?}", resp.kind);
113110
if let ActionRowComponent::InputText(input) = &resp.data.components[0].components[0] {
114111
parse_result.options = input
115112
.value

0 commit comments

Comments
 (0)