Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phala committed Jan 24, 2017
1 parent 662a98b commit dea5ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions formfactory/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ def _html_output(self, normal_row, error_row, row_ender, help_text_html,
bf = self[name]
# Escape and cache in local variable.
bf_errors = self.error_class([conditional_escape(error) for error in bf.errors])

# We only need to consider hidden fields at this stage because
if bf.is_hidden:
if bf_errors:
top_errors.extend(
Expand Down

0 comments on commit dea5ed9

Please sign in to comment.