File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ async fn handle_interaction(
337
337
interaction : Arc < MessageComponentInteraction > ,
338
338
selection : & mut Selection ,
339
339
) -> Result < Option < InteractionResult > , HandlerError > {
340
- trace ! ( "incoming interaction: {:?}" , interaction) ;
341
340
match Ids :: try_from ( interaction. data . custom_id . as_str ( ) ) {
342
341
Ok ( Ids :: InputTargetBtn ) => {
343
342
debug ! ( "target input" ) ;
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ async fn handle_interaction(
114
114
interaction : Arc < MessageComponentInteraction > ,
115
115
guild : & mut DbGuild ,
116
116
) -> Result < Option < DbGuild > , HandlerError > {
117
- trace ! ( "incoming interactions: {:?}" , interaction) ;
118
117
match Ids :: try_from ( interaction. data . custom_id . as_str ( ) ) {
119
118
Ok ( Ids :: GenderSelect ) => {
120
119
let value = & interaction. data . values [ 0 ] ;
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ async fn handle_interaction(
98
98
interaction : Arc < MessageComponentInteraction > ,
99
99
user : & mut DbUser ,
100
100
) -> Result < Option < DbUser > , HandlerError > {
101
- trace ! ( "incoming interactions: {:?}" , interaction) ;
102
101
match Ids :: try_from ( interaction. data . custom_id . as_str ( ) ) {
103
102
Ok ( Ids :: GenderSelect ) => {
104
103
let value = & interaction. data . values [ 0 ] ;
You can’t perform that action at this time.
0 commit comments