Remove debug prints from gvfs mounter
This commit is contained in:
parent
72c7374d4c
commit
2c8060f93b
1 changed files with 0 additions and 10 deletions
|
|
@ -65,16 +65,6 @@ fn network_scan(uri: &str, sizes: IconSizes) -> Result<Vec<tab::Item>, String> {
|
||||||
.map_err(err_str)?
|
.map_err(err_str)?
|
||||||
{
|
{
|
||||||
let info = info_res.map_err(err_str)?;
|
let info = info_res.map_err(err_str)?;
|
||||||
println!("{:?}", info.display_name());
|
|
||||||
for attribute in info.list_attributes(None) {
|
|
||||||
println!(
|
|
||||||
" {:?}: {:?}: {:?}",
|
|
||||||
attribute,
|
|
||||||
info.attribute_type(&attribute),
|
|
||||||
info.attribute_as_string(&attribute)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
let name = info.name().to_string_lossy().to_string();
|
let name = info.name().to_string_lossy().to_string();
|
||||||
let display_name = info.display_name().to_string();
|
let display_name = info.display_name().to_string();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue