mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2024-12-22 19:15:37 +00:00
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())
|