forked from DGNum/gestioCOF
Remove debug log
This commit is contained in:
parent
ba5aa6da5f
commit
20bb9fe54b
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ def set_participant_payment(apps, schema_editor):
|
||||||
attr_set.values_list("paymenttype", flat=True).distinct().get()
|
attr_set.values_list("paymenttype", flat=True).distinct().get()
|
||||||
)
|
)
|
||||||
# Sinon, whatever
|
# Sinon, whatever
|
||||||
except (ObjectDoesNotExist, MultipleObjectsReturned) as e:
|
except (ObjectDoesNotExist, MultipleObjectsReturned):
|
||||||
print(e)
|
|
||||||
pass
|
pass
|
||||||
part.save()
|
part.save()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue