mirror of
https://github.com/icewind1991/sm-sourcenav.git
synced 2026-06-04 01:24:08 +02:00
remove debug
This commit is contained in:
parent
94d7095a06
commit
c9a71e3911
3 changed files with 13 additions and 6 deletions
|
|
@ -24,11 +24,6 @@ impl<'ctx> TryIntoPlugin<'ctx> for NavTree {
|
|||
|
||||
#[native]
|
||||
fn native_obj_new(_ctx: &IPluginContext, path: &CStr) -> NavTree {
|
||||
println!("path: {}", path.to_str().unwrap());
|
||||
println!(
|
||||
"pwd: {}",
|
||||
std::env::current_dir().unwrap().to_str().unwrap()
|
||||
);
|
||||
let data = read(path.to_str().unwrap()).unwrap();
|
||||
NavTree(get_quad_tree(data).unwrap())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue