소스 검색

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