Disable debug output in SDK layoutlib.

Bug: 6697442

Change-Id: I9741761342ea220c158aa124089430b0db80bf7e
This commit is contained in:
Xavier Ducrohet
2012-06-19 18:01:50 -07:00
parent 1b36a68f60
commit 4d7f301f94

View File

@@ -470,7 +470,7 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
if (pair == null) {
pair = sDynamicIds.resolveId(value);
if (pair == null) {
System.out.println(String.format("Missing id: %1$08X (%1$d)", value));
//System.out.println(String.format("Missing id: %1$08X (%1$d)", value));
}
}
return pair;