Browse Source

fix(api): watchdog: remove redundant catalog alignment

Peter Thomassen 5 years ago
parent
commit
c727ea473b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/desecapi/management/commands/sync-to-pdns.py

+ 0 - 1
api/desecapi/management/commands/sync-to-pdns.py

@@ -58,7 +58,6 @@ class Command(BaseCommand):
                 raise e
         else:
             created = True
-            PDNSChangeTracker.PDNSChange(domain_name=domain.name).update_catalog()
 
         # modifications actually merged with additions in CreateUpdateDeleteRRSets
         modifications = {(rrset.type, rrset.subname) for rrset in domain.rrset_set.all()}