get rid of dbg

This commit is contained in:
Ward from fusion-voyager-3 2024-09-22 21:13:09 +03:00
parent ce44a262ff
commit 0eed5f9fb7

View File

@ -117,7 +117,6 @@ pub fn apt_manage_page(
}
for deb822_source in unofficial_deb822_sources {
dbg!(&deb822_source);
unofficial_sources_list_store.append(&BoxedAnyObject::new(AptSourceConfig::DEB822(deb822_source)));
};