Skip to content

Commit 8556ae9

Browse files
Remove logging init dupe
Signed-off-by: Thara Palanivel <[email protected]>
1 parent cc54bd0 commit 8556ae9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fms_mo/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@
2727
__version__ = version("fms_mo")
2828
except PackageNotFoundError:
2929
__version__ = VERSION_FALLBACK
30-
31-
logging.basicConfig(filename="fms_mo.log", encoding="utf-8", level=logging.INFO)

0 commit comments

Comments
 (0)