Compare commits

..

No commits in common. "dd7fdc396c0e4c4d8edd51f32d5517460119b8a2" and "477a39ea87712818c3a89da287294dc70b06c7fa" have entirely different histories.

View File

@ -39,9 +39,6 @@ class Command(BaseKonovaCommand):
for obj in all_objs:
obj.resubmit()
self._write_success("Mails have been sent.")
resubmissions = Resubmission.objects.filter(
resubmission_sent=True,
)
resubmissions.delete()
self._write_success("Resubmissions have been deleted.")
except KeyboardInterrupt: