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

Commit 2d417486 authored by Marybeth Fair's avatar Marybeth Fair Committed by Automerger Merge Worker
Browse files

Merge "Remove debugging logs." into main am: fffa1ef0 am: af36e3a0

parents 52449402 af36e3a0
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, _) => {