Skip to content

Commit

Permalink
fix: remove global logging setup
Browse files Browse the repository at this point in the history
  • Loading branch information
seymurkafkas committed Sep 4, 2024
1 parent 29b4913 commit 5e83158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/torch_tensorrt/fx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
from .lower_setting import LowerSetting # noqa
from .trt_module import TRTModule # noqa
from .lower import compile # usort: skip #noqa

logging.basicConfig(level=logging.INFO)

0 comments on commit 5e83158

Please sign in to comment.