Skip to content

Commit

Permalink
Removes accidental debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Aug 17, 2023
1 parent ec9d83d commit 27a60d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hamilton/function_modifiers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ def transform_dag(
else:
out.append(node_)
out.extend(nodes_to_inject)
if len(set([node_.name for node_ in out])) != len(out):
import pdb

pdb.set_trace()
print([node_.name for node_ in out])
return out

@abc.abstractmethod
Expand Down

0 comments on commit 27a60d6

Please sign in to comment.