mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +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
|
||||
# we must ignore ENOENT during this process
|
||||
pass
|
||||
log.debug('=== ret %s ===', ret)
|
||||
return ret
|
||||
|
||||
|
||||
|
@ -1459,7 +1459,6 @@ class Schedule(object):
|
||||
if multiprocessing_enabled:
|
||||
proc.join()
|
||||
finally:
|
||||
log.debug('=== run %s data %s ===', run, data)
|
||||
if run:
|
||||
data['_last_run'] = now
|
||||
data['_splay'] = None
|
||||
|
Loading…
Reference in New Issue
Block a user