ui: fix raylib init spam (#36947)

* lil more

* not none

* don't need that either

* too spammy now?
This commit is contained in:
Adeeb Shihadeh
2025-12-21 16:21:35 -08:00
committed by GitHub
parent 8728c7dde3
commit 31ec0096e4
3 changed files with 7 additions and 6 deletions
Vendored
+1 -1
View File
@@ -22,7 +22,7 @@ shopt -s huponexit # kill all child processes when the shell exits
export CI=1
export PYTHONWARNINGS=error
export LOGPRINT=debug
#export LOGPRINT=debug # this has gotten too spammy...
export TEST_DIR=${env.TEST_DIR}
export SOURCE_DIR=${env.SOURCE_DIR}
export GIT_BRANCH=${env.GIT_BRANCH}