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

Commit 1d26d836 authored by Marybeth Fair's avatar Marybeth Fair
Browse files

Remove debugging logs.

Not needed in the build.

Test: n/a, removing logs
Change-Id: I078ab4f024285fcc3967b0abb836f23d6ef95ad8
parent a8193809
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, _) => {