From 04f678556ad0a19f56a65e7147ceeb9d1dca4c56 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Fri, 6 Apr 2012 08:08:24 -0700 Subject: [PATCH] Remove debugging line accidentally added in 67b54e87e03e (no bug) --- mobile/android/base/FormAssistPopup.java | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/android/base/FormAssistPopup.java b/mobile/android/base/FormAssistPopup.java index 815fc7b9762..714a2dbaa52 100644 --- a/mobile/android/base/FormAssistPopup.java +++ b/mobile/android/base/FormAssistPopup.java @@ -179,7 +179,6 @@ public class FormAssistPopup extends RelativeLayout implements GeckoEventListene mValidationMessageText = (TextView) mValidationMessage.findViewById(R.id.validation_message_text); } - validationMessage = "This is an incredibly long validation message to test the width of the popup."; mValidationMessageText.setText(validationMessage); // We need to set the text as selected for the marquee text to work.