Skip to content

Commit

Permalink
Remove message about skip as it might be too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Aug 5, 2017
1 parent 50467fe commit d05dbc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stampy/stampy.py
Expand Up @@ -756,7 +756,6 @@ def shouldrun(name):
# checks, run the check

if timediff < interval:
logger.debug(msg=_L("Skipping job %s because last run was %s mins ago (%s required)") % (name, timediff, interval))
code = False
else:
code = True
Expand Down

0 comments on commit d05dbc4

Please sign in to comment.