mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing debugging logging
This commit is contained in:
parent
7f0ff5a8b0
commit
3bb385b44e
1 changed files with 0 additions and 3 deletions
|
@ -162,9 +162,6 @@ def atrm(*args):
|
|||
salt '*' at.atrm all [tag]
|
||||
'''
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
log.debug('args {}'.format(args))
|
||||
# Need to do this here also since we use atq()
|
||||
if not salt.utils.which('at'):
|
||||
return '\'at.atrm\' is not available.'
|
||||
|
|
Loading…
Add table
Reference in a new issue