mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove logs
This commit is contained in:
parent
13e45028ee
commit
402b9d0573
1 changed files with 0 additions and 3 deletions
|
@ -2838,7 +2838,6 @@ class State(object):
|
|||
Check if a chunk has any requires, execute the requires and then
|
||||
the chunk
|
||||
"""
|
||||
log.error("{}\n\n{}\n\n{}".format(low, running, chunks))
|
||||
low = self._mod_aggregate(low, running, chunks)
|
||||
self._mod_init(low)
|
||||
tag = _gen_tag(low)
|
||||
|
@ -2867,7 +2866,6 @@ class State(object):
|
|||
lost[requisite] = []
|
||||
if requisite not in low:
|
||||
continue
|
||||
log.error("{}".format(requisite))
|
||||
for req in low[requisite]:
|
||||
if isinstance(req, six.string_types):
|
||||
req = {"id": req}
|
||||
|
@ -2969,7 +2967,6 @@ class State(object):
|
|||
running["__FAILHARD__"] = True
|
||||
return running
|
||||
if low.get("__prereq__"):
|
||||
log.error("{}#{}#{}".format(chunk, running, chunks))
|
||||
status, reqs = self.check_requisite(low, running, chunks)
|
||||
self.pre[tag] = self.call(low, chunks, running)
|
||||
if not self.pre[tag]["changes"] and status == "change":
|
||||
|
|
Loading…
Add table
Reference in a new issue