Skip to content

Commit

Permalink
Remove loggin
Browse files Browse the repository at this point in the history
  • Loading branch information
PJUllrich committed Dec 15, 2023
1 parent f5b1199 commit e1b53b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbt_coves/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,6 @@ def locate_config(self) -> None:
logger.debug("Trying to find .dbt_coves in current folder")

config_path = Path().joinpath(self.DBT_COVES_CONFIG_FILEPATH)
logger.info(
f"Looking for the config.yml at {config_path}. File exists? {config_path.exists()}"
)
if config_path.exists():
coves_config_dir = config_path
logger.debug(f"{coves_config_dir} exists and was retreived.")
Expand Down

0 comments on commit e1b53b4

Please sign in to comment.