Clean output

This commit is contained in:
Christian Martorella 2018-04-16 14:33:47 +02:00
parent d6fc8c1a6d
commit dd83138ce0

View file

@ -132,7 +132,6 @@ def process(self):
for x in self.list:
host = self.run(x)
if host is not None:
print host
results.append(host)
return results