mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Remove un-needed print statments
This commit is contained in:
parent
9d24b79637
commit
c408cddfaf
1 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ class ReqServerChannelProcess(salt.utils.process.SignalHandlingProcess):
|
|||
|
||||
@pytest.fixture
|
||||
def req_server_channel(salt_master, req_channel_crypt):
|
||||
print(f"master pub {salt_master.config['publish_signing_algorithm']}")
|
||||
req_server_channel_process = ReqServerChannelProcess(
|
||||
salt_master.config.copy(), req_channel_crypt
|
||||
)
|
||||
|
@ -129,7 +128,6 @@ def req_channel_crypt(request):
|
|||
|
||||
@pytest.fixture
|
||||
def push_channel(req_server_channel, salt_minion, req_channel_crypt):
|
||||
print(f"minion encryption {salt_minion.config['encryption_algorithm']}")
|
||||
with salt.channel.client.ReqChannel.factory(
|
||||
salt_minion.config, crypt=req_channel_crypt
|
||||
) as _req_channel:
|
||||
|
|
Loading…
Add table
Reference in a new issue