mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-20 08:20:03 +02:00
removing debug logging
This commit is contained in:
parent
2310186065
commit
c09886f188
@ -39,7 +39,6 @@ CONFIG_DIR: Optional[Path] = None
|
|||||||
# package name, check for the "database_config" directory inside the parent directory of
|
# package name, check for the "database_config" directory inside the parent directory of
|
||||||
# the found directory.
|
# the found directory.
|
||||||
if VENV_DIR is not None and VENV_DIR.parent.name != package_name:
|
if VENV_DIR is not None and VENV_DIR.parent.name != package_name:
|
||||||
logger.debug(VENV_DIR.parent.name)
|
|
||||||
CONFIG_DIR = VENV_DIR.parent / "database_config"
|
CONFIG_DIR = VENV_DIR.parent / "database_config"
|
||||||
if not CONFIG_DIR.exists():
|
if not CONFIG_DIR.exists():
|
||||||
CONFIG_DIR = None
|
CONFIG_DIR = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user