demo_data: cleanup test

commiter: cayo
This commit is contained in:
pedro 2025-01-29 17:22:24 +01:00 committed by Cayo Puigdefabregas
parent ece6825689
commit 93025a496f

View file

@ -70,11 +70,6 @@ class Command(BaseCommand):
def create_default_did(self):
# did = DID.objects.create(label='Default', type=DID.Types.WEB)
# did.set_did()
# did.save()
# return
fdid = self.open_example_did()
if not fdid:
return