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

Commit fffa1ef0 authored by Marybeth Fair's avatar Marybeth Fair Committed by Gerrit Code Review
Browse files

Merge "Remove debugging logs." into main

parents ac3a61a2 1d26d836
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -243,9 +243,6 @@ fn add_feature_flags_impl_template(
        return Ok(());
    }

    println!("lib exported: {}", context.library_exported);
    println!("new_exp: {}", context.new_exported);
    println!("allow in: {}", context.allow_instrumentation);
    match (context.library_exported, context.new_exported, context.allow_instrumentation) {
        // Exported library with new_exported enabled, use new storage exported template.
        (true, true, _) => {