1
Fork 0

Merge pull request #18870 from Veykril/push-vnpsptpolyol

Drop unnecessary tracing::warn
This commit is contained in:
Lukas Wirth 2025-01-07 13:55:28 +00:00 committed by GitHub
commit 8e4409cce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}