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

Commit 061d4bc1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove GetAdapterService log"

parents 5584c799 31039cf1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -204,7 +204,6 @@ public class AdapterService extends Service {
    private static AdapterService sAdapterService;

    public static synchronized AdapterService getAdapterService() {
        Log.d(TAG, "getAdapterService() - returning " + sAdapterService);
        return sAdapterService;
    }