mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Removed extraous logging from debugging
This commit is contained in:
parent
d0851b498f
commit
b85a3ab8a0
1 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
import logging
|
||||
|
||||
import pytest
|
||||
|
||||
import salt.config
|
||||
|
@ -7,8 +5,6 @@ import salt.daemons.masterapi as masterapi
|
|||
import salt.utils.platform
|
||||
from tests.support.mock import MagicMock, patch
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
pytestmark = [
|
||||
pytest.mark.slow_test,
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue