6 lines
126 B
Python
6 lines
126 B
Python
|
import logging
|
||
|
|
||
|
from ryujinx_mako._const import SCRIPT_NAME
|
||
|
|
||
|
logging.getLogger(SCRIPT_NAME).addHandler(logging.NullHandler())
|