mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-12-27 07:31:26 +01:00
removing debug logging
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user