Skip to content

Commit 53a1841

Browse files
committed
Removed commented code
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent ee40c43 commit 53a1841

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/attributecode/model.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -920,12 +920,6 @@ def hydrate(self, fields):
920920
if not name in illegal_name_list:
921921
illegal_name_list.append(name)
922922
continue
923-
"""
924-
illegal_name_error = validate_field_name(name)
925-
if illegal_name_error:
926-
errors.append(illegal_name_list)
927-
continue
928-
"""
929923

930924
msg = 'Custom Field: %(orig_name)s'
931925
errors.append(Error(INFO, msg % locals()))

0 commit comments

Comments
 (0)