Skip to content

Commit

Permalink
feat(ISSUE-8): Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thu Trang Pham committed Feb 20, 2021
1 parent 1fffeb7 commit 4c79ddc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin_confirm/templatetags/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ def format_change_data_field_value(field_value):
return mark_safe(output)
except:
return field_value

# if isinstance(field_value, QuerySet):
# return list(field_value)

# return field_value

0 comments on commit 4c79ddc

Please sign in to comment.