Commit 9b42e395 by Kálmán Viktor

firewall: remove print

parent c85a3779
......@@ -461,7 +461,6 @@ class Host(models.Model):
name=self.hostname,
address=self.ipv6,
type='AAAA').count()
print record_count
if record_count == 0:
Record(host=self,
name=self.hostname,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment