Removing unnecessary debugging lines

This commit is contained in:
Gareth J. Greenaway 2018-10-23 16:03:07 -07:00
parent d2d0622a6d
commit 76e62322fa
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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