Skip to content

Commit

Permalink
Merge pull request #18870 from Veykril/push-vnpsptpolyol
Browse files Browse the repository at this point in the history
Drop unnecessary tracing::warn
  • Loading branch information
Veykril authored Jan 7, 2025
2 parents 619af18 + bff9bd0 commit fff6680
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/mbe/src/expander/transcriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,6 @@ fn expand_repeat(

counter += 1;
if counter == limit {
tracing::warn!(
"expand_tt in repeat pattern exceed limit => {:#?}\n{:#?}",
template,
ctx
);
err = Some(ExpandError::new(ctx.call_site, ExpandErrorKind::LimitExceeded));
break;
}
Expand Down

0 comments on commit fff6680

Please sign in to comment.