Skip to content

Commit bd9d2bc

Browse files
author
Dianne Hackborn
committed
Whoops, remove left-over debug output.
Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
1 parent cd8640f commit bd9d2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/aapt/AaptAssets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ status_t AaptAssets::filter(Bundle* bundle)
22662266
return NO_ERROR;
22672267
}
22682268

2269-
if (true || bundle->getVerbose()) {
2269+
if (bundle->getVerbose()) {
22702270
if (!reqFilter.isEmpty()) {
22712271
printf("Applying required filter: %s\n",
22722272
bundle->getConfigurations());

0 commit comments

Comments
 (0)