Skip to content

Commit 3e06f47

Browse files
committed
[Minor] Remove additional printing statement
1 parent 262ed44 commit 3e06f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyvene/models/intervenable_base.py

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(self, config, model, backend, **kwargs):
117117
config.representations
118118
):
119119
_key = self._get_representation_key(representation)
120-
print(f"Intervention key: {_key}")
121120

122121
if representation.intervention is not None:
123122
intervention = representation.intervention

0 commit comments

Comments
 (0)