Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Feb 20, 2019
1 parent bd05fa4 commit 5b2c517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyforms_web/widgets/django/modelform.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ def show_edit_form(self, pk=None):
except AttributeError:
continue

print('---', self.title, field_name, type(pyforms_field), value)

if callable(field) and not isinstance(field, models.Model):
pyforms_field.value = value()

Expand Down

0 comments on commit 5b2c517

Please sign in to comment.