From f09cc9c0c110c7dd1e0088662065a1bddc4e9019 Mon Sep 17 00:00:00 2001 From: Mika Busch Date: Fri, 19 Jun 2020 01:33:18 +0200 Subject: [PATCH] Removed duplicate Logging same log statement already present at the start of the loop --- run.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run.py b/run.py index 23601b2..5847f95 100644 --- a/run.py +++ b/run.py @@ -683,10 +683,6 @@ def get_objects(self, vc_obj_type): tags=self.tags, )) elif vc_obj_type == "virtual_machines": - log.info( - "Collecting info about vCenter %s '%s' object.", - vc_obj_type, obj_name - ) # Virtual Machines log.debug( "Collecting info for virtual machine '%s'", obj_name