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

Commit 33c4531e authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Stop spamming the log."

parents 9027696b dc4cc3f4
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()));
    }