remove forgotten print in DNS plugin

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Martin Basti
2015-11-20 14:29:12 +01:00
parent 5136cd6e4b
commit bf654aee1c

View File

@@ -4515,7 +4515,6 @@ class dnsforwardzone_add(DNSZoneBase_add):
result = super(dnsforwardzone_add, self).execute(*keys, **options)
self.obj._warning_fw_zone_is_not_effective(result, *keys, **options)
if options.get('idnsforwarders'):
print(result, keys, options)
self.obj._warning_if_forwarders_do_not_work(
result, True, *keys, **options)
return result