Skip to content

Commit 4bf8084

Browse files
committed
Remove debug logging configuration
1 parent 5ffc2a1 commit 4bf8084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydantic2ts/cli/script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
except ImportError:
2020
GenericModel = None
2121

22-
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s %(message)s")
23-
2422
logger = logging.getLogger("pydantic2ts")
2523

2624

0 commit comments

Comments
 (0)