• Your Name's avatar
    Fix debug logging - use state module for global_debug · fcaa9452
    Your Name authored
    - text.py had local global_debug variable that shadowed the state module
    - Changed text.py to import get_global_debug from state module
    - Changed set_global_debug() in text.py to call state module's function
    - Changed all 'if global_debug:' to 'if get_global_debug():' in text.py
    - log.py was already using get_global_debug() correctly
    fcaa9452
Name
Last commit
Last update
.vscode Loading commit data...
codai Loading commit data...
.gitignore Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
coder Loading commit data...
coderai Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...