no printlns

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-05 15:20:23 -07:00
parent ff10275823
commit 0f9bed70a6

View File

@ -810,7 +810,7 @@ impl ExecutorContext {
drop(results_tx); drop(results_tx);
while let Some((module_id, module_path, result)) = results_rx.recv().await { while let Some((module_id, _, result)) = results_rx.recv().await {
match result { match result {
Ok((val, session_data, variables)) => { Ok((val, session_data, variables)) => {
let mut repr = exec_state.global.module_infos[&module_id].take_repr(); let mut repr = exec_state.global.module_infos[&module_id].take_repr();