Skip to content

Commit cb33cd9

Browse files
committed
refactor(//py): Remove arrant print
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 840ca89 commit cb33cd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/torch_tensorrt/_compile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from torch import fx
77
from enum import Enum
88

9-
print(torch.fx.GraphModule)
10-
119
class _IRType(Enum):
1210
"""Enum to set the minimum required logging level to print a message to stdout
1311
"""

0 commit comments

Comments
 (0)