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

Commit 191efe5d authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Remove obsolete log" into main

parents f3f4b3c9 0370b0ef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -64,8 +64,7 @@ public class DomainSelectionResolver {
     *                               to be bound to the domain selection controller.
     */
    public static void make(Context context, String flattenedComponentName) {
        Log.i(TAG, "make flag=" + Flags.apDomainSelectionEnabled()
                + ", useOem=" + Flags.useOemDomainSelectionService());
        Log.i(TAG, "make useOem=" + Flags.useOemDomainSelectionService());
        if (sInstance == null) {
            sInstance = new DomainSelectionResolver(context, flattenedComponentName);
        }