summaryrefslogtreecommitdiff
path: root/tools/aapt/AaptAssets.cpp
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2011-10-16 14:17:07 -0700
committer Dianne Hackborn <hackbod@google.com> 2011-10-16 14:17:07 -0700
commitbd9d2bcdebfa66a0f71fa67aa256dcae4ccd93da (patch)
tree9ba4516e691ebe9f7948028a93c3c7ff513f1c1f /tools/aapt/AaptAssets.cpp
parentcd8640fc1a801349e863a7b6270a0702a63c014b (diff)
Whoops, remove left-over debug output.
Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
Diffstat (limited to 'tools/aapt/AaptAssets.cpp')
-rw-r--r--tools/aapt/AaptAssets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp
index 637c8b30f927..3d6537a9013e 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());