From 9fbf0ad50272ae24ff31062c3cbc83acf39738bf Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sun, 16 Oct 2011 14:17:07 -0700 Subject: [PATCH] Whoops, remove left-over debug output. Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c --- AaptAssets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AaptAssets.cpp b/AaptAssets.cpp index 637c8b3..3d6537a 100644 --- a/AaptAssets.cpp +++ b/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()); -- 2.47.2