Skip to content

Commit

Permalink
Removed extraous logging from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
David Murphy committed Jul 14, 2023
1 parent f723d26 commit 0570359
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/pytests/unit/daemons/masterapi/test_local_funcs.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import logging

import pytest

import salt.config
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,
]
Expand Down

0 comments on commit 0570359

Please sign in to comment.