Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc4cc3f4 authored by Joe Onorato's avatar Joe Onorato
Browse files

Stop spamming the log.

parent 0cb047c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -524,7 +524,6 @@ static jobjectArray android_content_AssetManager_getLocales(JNIEnv* env, jobject
    }

    for (int i=0; i<N; i++) {
        LOGD("locale %2d: '%s'", i, locales[i].string());
        env->SetObjectArrayElement(result, i, env->NewStringUTF(locales[i].string()));
    }