remove: debug log

This commit removes logging used in development, which is not needed anymore.
This commit is contained in:
ThePedroo
2024-10-07 00:06:52 -03:00
parent 182c0293ca
commit e23d1a53d0

View File

@@ -849,7 +849,6 @@ static bool prepare_environment() {
void init_monitor() {
LOGI("ReZygisk %s", ZKSU_VERSION);
LOGI("init monitor started");
if (!prepare_environment()) exit(1);