remove debug output
This commit is contained in:
parent
ef5764305f
commit
c07a2f1ab5
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ class ChangeSet(models.Model):
|
|||
return
|
||||
for change in self.changes.all():
|
||||
self._parse_change(change)
|
||||
print(self.updated_values)
|
||||
|
||||
def _parse_change(self, change):
|
||||
if change.action == 'update':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue