Whoops, remove left-over debug output.

Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
This commit is contained in:
Dianne Hackborn
2011-10-16 14:17:07 -07:00
parent cd8640fc1a
commit bd9d2bcdeb

View File

@ -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());