瀏覽代碼

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
         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()}