bundles/postfix: remove print statement
This commit is contained in:
parent
61cf881a03
commit
5d5930265a
1 changed files with 0 additions and 1 deletions
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue