mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Removing unnecessary debugging lines
This commit is contained in:
parent
d2d0622a6d
commit
76e62322fa
@ -38,7 +38,6 @@ def running(opts):
|
|||||||
# the minion process that is executing the JID in question, so
|
# the minion process that is executing the JID in question, so
|
||||||
# we must ignore ENOENT during this process
|
# we must ignore ENOENT during this process
|
||||||
pass
|
pass
|
||||||
log.debug('=== ret %s ===', ret)
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
|
@ -1459,7 +1459,6 @@ class Schedule(object):
|
|||||||
if multiprocessing_enabled:
|
if multiprocessing_enabled:
|
||||||
proc.join()
|
proc.join()
|
||||||
finally:
|
finally:
|
||||||
log.debug('=== run %s data %s ===', run, data)
|
|
||||||
if run:
|
if run:
|
||||||
data['_last_run'] = now
|
data['_last_run'] = now
|
||||||
data['_splay'] = None
|
data['_splay'] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user