Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Jul 8, 2024
1 parent d9e4c41 commit e532407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/torch/fx/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def getNodeType(node: torch.fx.node) -> str:
def isNodeMetatype(node_type: str) -> bool:
op_type = PT_OPERATOR_METATYPES.get_operator_metatype_by_op_name(node_type)
if op_type is UnknownMetatype:
print(node_type)
return False
return True

Expand Down

0 comments on commit e532407

Please sign in to comment.