removing debugging logging

This commit is contained in:
Gareth J. Greenaway 2017-11-30 10:16:12 -08:00
parent 7f0ff5a8b0
commit 3bb385b44e
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

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