Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95d40251 authored by Dennis Shen's avatar Dennis Shen Committed by Automerger Merge Worker
Browse files

Merge "aconfig: remove debug print out" into main am: ccec0700

parents 105ea3d7 ccec0700
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -97,8 +97,6 @@ pub struct FlagTable {

impl FlagTable {
    fn create_nodes(package: &FlagPackage, num_buckets: u32) -> Result<Vec<FlagTableNode>> {
        let flag_names = package.boolean_flags.iter().map(|pf| pf.name()).collect::<Vec<_>>();
        println!("{:?}", flag_names);
        let flag_ids =
            assign_flag_ids(package.package_name, package.boolean_flags.iter().copied())?;
        package