Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenFiotto-Kaufman committed Dec 22, 2023
1 parent dc05d13 commit fed3c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nnsight/tracing/Proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def __setitem__(self, key: Union[Proxy, Any], value: Union[Proxy, Any]) -> None:
)

def __getattr__(self, key: Union[Proxy, Any]) -> Proxy:
breakpoint()
return self.node.graph.add(
target=util.fetch_attr,
args=[self.node, key],
Expand Down

0 comments on commit fed3c36

Please sign in to comment.