Skip to content

Commit

Permalink
Revert "extra logging for adhoc debugging purpose"
Browse files Browse the repository at this point in the history
  • Loading branch information
arek-xeb authored Jun 21, 2024
1 parent b30c3ce commit 4a3956a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/python/feast/infra/registry/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ def __init__(
repo_path: Optional[Path],
):
assert registry_config is not None, "SqlRegistry needs a valid registry_config"
logger.warn("SQL engine being created again")
print("SQL engine being created again")

self.engine: Engine = create_engine(
registry_config.path, **registry_config.sqlalchemy_config_kwargs
)
Expand Down

0 comments on commit 4a3956a

Please sign in to comment.