4 lines
No EOL
78 B
Python
4 lines
No EOL
78 B
Python
import logging
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler()) |