mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
remove spurious tracing::error
This commit is contained in:
@@ -1655,7 +1655,6 @@ pub fn build_extra(
|
||||
.map(|s| s.split(",").map(|s| s.to_string()).collect::<Vec<_>>())
|
||||
.unwrap_or_default();
|
||||
|
||||
tracing::error!("{:?}", whitelist);
|
||||
whitelist
|
||||
.iter()
|
||||
.chain(INCLUDE_HEADERS.iter())
|
||||
|
||||
Reference in New Issue
Block a user