mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Cleanup debug logging
This commit is contained in:
parent
7b40bdd4f9
commit
55fa8cee80
1 changed files with 0 additions and 7 deletions
|
@ -65,18 +65,11 @@ class MyMockedGitProvider:
|
|||
):
|
||||
self._tmp_name = str(tmp_path)
|
||||
|
||||
# TBD DGM
|
||||
# pylint: disable=W1203
|
||||
|
||||
self._root_dir = str(salt_factories_default_root_dir)
|
||||
self._master_cfg = str(temp_salt_master.config["conf_file"])
|
||||
self._minion_cfg = str(temp_salt_minion.config["conf_file"])
|
||||
self._user = _get_user()
|
||||
|
||||
log.warning(
|
||||
f"DGM MyMockedGitProvider dunder init new, root_dir '{self._root_dir}', master_cfg '{self._master_cfg}', minion_cfg '{self._minion_cfg}'"
|
||||
)
|
||||
|
||||
tmp_name = self._tmp_name.join("/git_test")
|
||||
pathlib.Path(tmp_name).mkdir(exist_ok=True, parents=True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue