summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/network/minidns.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/minidns.py b/nova/network/minidns.py
index c565f368e..dc9dc6f17 100644
--- a/nova/network/minidns.py
+++ b/nova/network/minidns.py
@@ -168,7 +168,6 @@ class MiniDNS(dns_driver.DNSDriver):
return entries
def delete_dns_file(self):
- LOG.warn(_("This shouldn't be getting called except during testing."))
if os.path.exists(self.filename):
try:
os.remove(self.filename)