Removed extraous logging from debugging

This commit is contained in:
David Murphy 2023-07-14 15:01:42 -06:00 committed by Pedro Algarvio
parent d0851b498f
commit b85a3ab8a0

View file

@ -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,
]