Skip to content

Commit 97d4f2b

Browse files
authored
fix: remove global logging setup (#3147)
1 parent 853e01a commit 97d4f2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/torch_tensorrt/fx/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
from .lower_setting import LowerSetting # noqa
1313
from .trt_module import TRTModule # noqa
1414
from .lower import compile # usort: skip #noqa
15-
16-
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)