You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
remove: test code
This commit is contained in:
@@ -21,14 +21,6 @@ export function setErrorData(errorLog) {
|
||||
return finalLog
|
||||
}
|
||||
|
||||
const loading_screen = document.getElementById('loading_screen')
|
||||
loading_screen.style.display = 'none'
|
||||
|
||||
let sys_lang = localStorage.getItem('/system/language')
|
||||
|
||||
if (!sys_lang) sys_lang = setLangData('en_US')
|
||||
if (sys_lang !== 'en_US') await setNewLanguage(sys_lang, true);
|
||||
|
||||
(async () => {
|
||||
const EXPECTED = 1
|
||||
const UNEXPECTED_FAIL = 2
|
||||
|
||||
Reference in New Issue
Block a user