get rid of dbg
This commit is contained in:
parent
ce44a262ff
commit
0eed5f9fb7
@ -117,7 +117,6 @@ pub fn apt_manage_page(
|
|||||||
}
|
}
|
||||||
|
|
||||||
for deb822_source in unofficial_deb822_sources {
|
for deb822_source in unofficial_deb822_sources {
|
||||||
dbg!(&deb822_source);
|
|
||||||
unofficial_sources_list_store.append(&BoxedAnyObject::new(AptSourceConfig::DEB822(deb822_source)));
|
unofficial_sources_list_store.append(&BoxedAnyObject::new(AptSourceConfig::DEB822(deb822_source)));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user