]> git.saurik.com Git - android/aapt.git/commitdiff
Whoops, remove left-over debug output.
authorDianne Hackborn <hackbod@google.com>
Sun, 16 Oct 2011 21:17:07 +0000 (14:17 -0700)
committerDianne Hackborn <hackbod@google.com>
Sun, 16 Oct 2011 21:17:07 +0000 (14:17 -0700)
Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c

AaptAssets.cpp

index 637c8b30f92710f5bc1fe5b92c614ad3d92bd93c..3d6537a9013e41725bbeb4cfe2cca31a353973dc 100644 (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());