diff --git a/helix-term/src/commands/engine.rs b/helix-term/src/commands/engine.rs index cd0673c55..43e14ec35 100644 --- a/helix-term/src/commands/engine.rs +++ b/helix-term/src/commands/engine.rs @@ -1660,11 +1660,6 @@ fn create_directory(path: String) { } } -// fn enqueue_callback(cx: &mut Context, thunk: SteelVal) { -// log::info!("Enqueueing callback!"); - -// } - /// Change config at runtime. Access nested values by dot syntax, for /// example to disable smart case search, use `:set search.smart-case false`. fn set_options(