diff --git a/src/view/form/control/AphrontFormControl.php b/src/view/form/control/AphrontFormControl.php index ab4022a147..ec3dc95092 100644 --- a/src/view/form/control/AphrontFormControl.php +++ b/src/view/form/control/AphrontFormControl.php @@ -241,9 +241,6 @@ abstract class AphrontFormControl extends AphrontView { $error, $input, $caption, - - // TODO: Remove this once the redesign finishes up. - phutil_tag('div', array('style' => 'clear: both;'), ''), )); } }