mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Clean up log print statement that was left behind
This commit is contained in:
parent
0ccdccfce2
commit
7a34acedc8
@ -252,14 +252,11 @@ def setup_temp_logger(log_level='error'):
|
||||
Setup the temporary console logger
|
||||
'''
|
||||
if is_temp_logging_configured():
|
||||
print 2222
|
||||
logging.getLogger(__name__).warn(
|
||||
'Temporary logging is already configured'
|
||||
)
|
||||
return
|
||||
|
||||
print 1111
|
||||
|
||||
# Remove the temporary null logging handler
|
||||
__remove_null_logging_handler()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user