Skip to content

Commit

Permalink
remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
quydx committed Mar 12, 2024
1 parent 9d8035a commit 19a3e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dagfactory/dagfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def load_yaml_dags(
candidate_dag_files = list(chain(
candidate_dag_files, Path(dags_folder).rglob(f"*{suf}")
))
logging.info(candidate_dag_files)
for config_file_path in candidate_dag_files:
config_file_abs_path = str(config_file_path.absolute())
logging.info(f"Loading {config_file_abs_path}")
Expand Down

0 comments on commit 19a3e07

Please sign in to comment.