Skip to content

Commit

Permalink
fix: remove duplicate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 13, 2022
1 parent 9ecc941 commit 447be4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timeseriesflattener/feature_spec_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def resolve_from_dict_or_registry(data: dict[str, Any]):
if "loader_kwargs" not in data:
data["loader_kwargs"] = {}

log.info(f"Resolving values_df with loader for {data['feature_name']}")

data["values_df"] = load_df_with_cache(
loader_fn=data["values_loader"],
kwargs=frozendict(data["loader_kwargs"]),
Expand Down

0 comments on commit 447be4c

Please sign in to comment.