Remove debugging line accidentally added in 67b54e87e03e (no bug)

This commit is contained in:
Margaret Leibovic 2012-04-06 08:08:24 -07:00
parent 0cea31a0ed
commit 8e319bf9ce

View File

@ -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.