diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp index 637c8b30f9271..3d6537a9013e4 100644 --- a/tools/aapt/AaptAssets.cpp +++ b/tools/aapt/AaptAssets.cpp @@ -2266,7 +2266,7 @@ status_t AaptAssets::filter(Bundle* bundle) return NO_ERROR; } - if (true || bundle->getVerbose()) { + if (bundle->getVerbose()) { if (!reqFilter.isEmpty()) { printf("Applying required filter: %s\n", bundle->getConfigurations());