* comments trigger line back in
This commit is contained in:
2026-08-20 08:01:56 +02:00
parent 58d3c54920
commit 0eb7cb8c0b
@@ -174,7 +174,7 @@ class Command(BaseKonovaCommand):
for element in entries:
if i % 10 == 0:
self._write_warning(f" Deleted {i}/{entries_count}")
#element.delete() # call individual delete routine to enforce custom delete logic (not called on bulk deleting!)
element.delete() # call individual delete routine to enforce custom delete logic (not called on bulk deleting!)
i += 1
self._write_warning(f" Deleted {entries_count}/{entries_count}")