فهرست منبع

fix(api): watchdog: remove redundant catalog alignment

Peter Thomassen 5 سال پیش
والد
کامیت
c727ea473b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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
                 raise e
         else:
         else:
             created = True
             created = True
-            PDNSChangeTracker.PDNSChange(domain_name=domain.name).update_catalog()
 
 
         # modifications actually merged with additions in CreateUpdateDeleteRRSets
         # modifications actually merged with additions in CreateUpdateDeleteRRSets
         modifications = {(rrset.type, rrset.subname) for rrset in domain.rrset_set.all()}
         modifications = {(rrset.type, rrset.subname) for rrset in domain.rrset_set.all()}