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

Commit 31039cf1 authored by Myles Watson's avatar Myles Watson
Browse files

Remove GetAdapterService log

Bug: 188056570
Change-Id: I0d1d2703df09290ced4f784f2b2c718f6feb0608
Test: atest BluetoothInstrumentationTests
Tag: #stability
parent 5584c799
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;
    }