Skip to content

Commit

Permalink
fix: remove global logging setup (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
seymurkafkas authored Sep 6, 2024
1 parent 853e01a commit 97d4f2b
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 97d4f2b

Please sign in to comment.