mirror of
https://github.com/xvxx/phd
synced 2024-11-10 13:10:23 +00:00
kill debug
This commit is contained in:
parent
7dca22857f
commit
898ff3b8a9
@ -112,18 +112,6 @@ where
|
||||
}
|
||||
let file_name = entry.file_name();
|
||||
path.push_str(&file_name.to_string_lossy());
|
||||
println!(
|
||||
"file_type: {:?}
|
||||
file_name: {}
|
||||
path: {}
|
||||
req.host: {}
|
||||
req.port: {}",
|
||||
file_type(&entry),
|
||||
file_name.to_string_lossy(),
|
||||
path,
|
||||
req.host,
|
||||
req.port
|
||||
);
|
||||
menu.write_entry(
|
||||
file_type(&entry),
|
||||
&file_name.to_string_lossy(),
|
||||
|
Loading…
Reference in New Issue
Block a user