remove unnecessary operator print

develop
Самоукин Алексей 15 years ago
parent 46c7699fca
commit 64ee859a75

@ -19671,8 +19671,6 @@ incompatible, use one of the options"))
retData[domainName] = ip
if flagError:
return False
for host, ip in retData.items():
print host, ip
return retData.items()
def moveDNSRecords(self, newZoneName, moveRecords):

Loading…
Cancel
Save