commit | bd9d2bcdebfa66a0f71fa67aa256dcae4ccd93da | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Sun Oct 16 14:17:07 2011 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Sun Oct 16 14:17:07 2011 -0700 |
tree | 9ba4516e691ebe9f7948028a93c3c7ff513f1c1f | |
parent | cd8640fc1a801349e863a7b6270a0702a63c014b [diff] [blame] |
Whoops, remove left-over debug output. Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp index 637c8b3..3d6537a 100644 --- a/tools/aapt/AaptAssets.cpp +++ b/tools/aapt/AaptAssets.cpp
@@ -2266,7 +2266,7 @@ return NO_ERROR; } - if (true || bundle->getVerbose()) { + if (bundle->getVerbose()) { if (!reqFilter.isEmpty()) { printf("Applying required filter: %s\n", bundle->getConfigurations());