From 74535ce80f0ad680d43155cf691077cd4f665dc2 Mon Sep 17 00:00:00 2001 From: drbh Date: Thu, 27 Jun 2024 18:42:41 +0000 Subject: [PATCH] fix: remove dev comment --- router/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/router/src/main.rs b/router/src/main.rs index bf468ce7..7ec1640e 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -320,7 +320,6 @@ async fn main() -> Result<(), RouterError> { tokenizer }); - // tokenizer.with_post_processor(post_processor); let preprocessor_config = preprocessor_config_filename.and_then(HubPreprocessorConfig::from_file); let processor_config = processor_config_filename