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.