Remove redundant log.debug.
This commit is contained in:
parent
376a031a95
commit
aac9906fff
1 changed files with 0 additions and 2 deletions
|
@ -106,8 +106,6 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
|
||||||
self.do_GET()
|
self.do_GET()
|
||||||
|
|
||||||
def run_cdist(self, mode, host):
|
def run_cdist(self, mode, host):
|
||||||
log.debug("Running cdist for %s in mode %s", host, mode)
|
|
||||||
|
|
||||||
cname = mode.title()
|
cname = mode.title()
|
||||||
module = getattr(cdist, mode)
|
module = getattr(cdist, mode)
|
||||||
theclass = getattr(module, cname)
|
theclass = getattr(module, cname)
|
||||||
|
|
Loading…
Reference in a new issue