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

Commit 54b8195d 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 am: 95d40251 am: 4a2a198c

parents 5a59dd91 4a2a198c
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