Remove redundant log.debug.

This commit is contained in:
Darko Poljak 2016-10-31 08:09:38 +01:00
parent 376a031a95
commit aac9906fff
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
self.do_GET()
def run_cdist(self, mode, host):
log.debug("Running cdist for %s in mode %s", host, mode)
cname = mode.title()
module = getattr(cdist, mode)
theclass = getattr(module, cname)