mirror of https://github.com/helix-editor/helix
remove debug prints
parent
e684c7db1b
commit
5c6620b465
|
@ -141,11 +141,9 @@ impl ScriptingEngine {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn generate_sources() {
|
pub fn generate_sources() {
|
||||||
let now = std::time::Instant::now();
|
|
||||||
for kind in PLUGIN_PRECEDENCE {
|
for kind in PLUGIN_PRECEDENCE {
|
||||||
manual_dispatch!(kind, generate_sources())
|
manual_dispatch!(kind, generate_sources())
|
||||||
}
|
}
|
||||||
println!("Time taken: {:?}", now.elapsed());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue