2
0
mirror of https://github.com/xvxx/phd synced 2024-11-10 13:10:23 +00:00

kill debug

This commit is contained in:
dvkt 2019-12-27 20:12:19 -08:00
parent 7dca22857f
commit 898ff3b8a9

View File

@ -112,18 +112,6 @@ where
} }
let file_name = entry.file_name(); let file_name = entry.file_name();
path.push_str(&file_name.to_string_lossy()); 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( menu.write_entry(
file_type(&entry), file_type(&entry),
&file_name.to_string_lossy(), &file_name.to_string_lossy(),