From 355aba9d3d53eb71c9721f3f1e019685dfbeaae0 Mon Sep 17 00:00:00 2001 From: Tor Norbye <tnorbye@google.com> Date: Tue, 16 Oct 2012 11:35:56 -0700 Subject: Remove debug println Change-Id: Icae211bc8c95b1acfbd84f382754755487876af2 --- .../com/android/tools/lint/checks/RequiredAttributeDetector.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lint') diff --git a/lint/libs/lint_checks/src/com/android/tools/lint/checks/RequiredAttributeDetector.java b/lint/libs/lint_checks/src/com/android/tools/lint/checks/RequiredAttributeDetector.java index f4b3830..81b0626 100644 --- a/lint/libs/lint_checks/src/com/android/tools/lint/checks/RequiredAttributeDetector.java +++ b/lint/libs/lint_checks/src/com/android/tools/lint/checks/RequiredAttributeDetector.java @@ -509,11 +509,5 @@ public class RequiredAttributeDetector extends LayoutDetector implements Detecto } } } - if (args.size() == 2) { - } else if (args.size() == 3) { - } else { -// Debugging only -context.report(ISSUE, context.getLocation(call), "Unexpected inflate signature here", null); - } } } -- cgit v1.1