bundles/postfix: remove print statement

This commit is contained in:
Franzi 2021-04-02 18:29:33 +02:00
parent 61cf881a03
commit 5d5930265a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -7,7 +7,6 @@ mynetworks = {
'[::ffff:127.0.0.0]/104',
}
for identifier in node.metadata.get('postfix/mynetworks', set()):
print(identifier)
ips = repo.libs.tools.resolve_identifier(repo, identifier)
for ip in ips['ipv4']: