diff --git a/crates/milli/src/prompt/mod.rs b/crates/milli/src/prompt/mod.rs index a5cb8de48..d726220a1 100644 --- a/crates/milli/src/prompt/mod.rs +++ b/crates/milli/src/prompt/mod.rs @@ -105,10 +105,10 @@ impl Prompt { max_bytes, }; - // render template with special object that's OK with `doc.*` and `fields.*` - this.template - .render(&template_checker::TemplateChecker) - .map_err(NewPromptError::invalid_fields_in_template)?; + // // render template with special object that's OK with `doc.*` and `fields.*` + // this.template + // .render(&template_checker::TemplateChecker) + // .map_err(NewPromptError::invalid_fields_in_template)?; Ok(this) }