no printlns

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-05 15:20:03 -07:00
parent 1da4667f5b
commit ff10275823
2 changed files with 0 additions and 2 deletions

View File

@ -338,7 +338,6 @@ pub trait EngineManager: std::fmt::Debug + Send + Sync + 'static {
batch_end: bool,
source_range: SourceRange,
) -> Result<OkWebSocketResponseData, crate::errors::KclError> {
println!("Flushing batch queue");
let all_requests = if batch_end {
let mut requests = self.take_batch().await.clone();
requests.extend(self.take_batch_end().await.values().cloned());

View File

@ -823,7 +823,6 @@ impl ExecutorContext {
exec_state.global.module_infos[&module_id].restore_repr(repr);
}
Err(e) => {
println!("Error in module {:?}: {e}", module_path);
let module_id_to_module_path: IndexMap<ModuleId, ModulePath> = exec_state
.global
.path_to_source_id