Merge pull request #14652 from garethgreenaway/remove_log_debug_schedule

removing logging from module schedule.py, not in use.
This commit is contained in:
Pedro Algarvio 2014-07-31 01:28:34 +01:00
commit 73ccf71038

View File

@ -16,9 +16,6 @@ import salt.utils.odict
__proxyenabled__ = ['*']
import logging
log = logging.getLogger(__name__)
__func_alias__ = {
'list_': 'list',
'reload_': 'reload'