Skip to content

Commit

Permalink
[Minor] Remove additional printing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging committed Feb 5, 2025
1 parent 262ed44 commit 3e06f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyvene/models/intervenable_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def __init__(self, config, model, backend, **kwargs):
config.representations
):
_key = self._get_representation_key(representation)
print(f"Intervention key: {_key}")

if representation.intervention is not None:
intervention = representation.intervention
Expand Down

0 comments on commit 3e06f47

Please sign in to comment.