disable tracing macros

This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 25a92d858b
commit 6ffab1de14
14 changed files with 162 additions and 162 deletions

View File

@@ -44,7 +44,7 @@ impl From<RequestHeaders> for HeaderName {
}
}
#[tracing::instrument]
//#[tracing::instrument]
pub fn is_htmx(headers: &HeaderMap) -> bool {
headers
.get::<HeaderName>(RequestHeaders::HtmxRequest.into())