From 34d0af8dc3cb0c7b6b6f33d643e3bcfa2476244b Mon Sep 17 00:00:00 2001
From: Sungsoo Lim <sungsoo@google.com>
Date: Tue, 20 Dec 2022 02:27:04 +0000
Subject: [PATCH] Remove test log

Test: none
Change-Id: Ibf00bdefe9302f15e1603d6a4e3a1e1bbd9b39be
---
 .../bluetooth/bass_client/BassClientStateMachineTest.java       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/android/app/tests/unit/src/com/android/bluetooth/bass_client/BassClientStateMachineTest.java b/android/app/tests/unit/src/com/android/bluetooth/bass_client/BassClientStateMachineTest.java
index 54462ac3753..30574b6629d 100644
--- a/android/app/tests/unit/src/com/android/bluetooth/bass_client/BassClientStateMachineTest.java
+++ b/android/app/tests/unit/src/com/android/bluetooth/bass_client/BassClientStateMachineTest.java
@@ -37,7 +37,6 @@ import android.os.Bundle;
 import android.os.HandlerThread;
 import android.os.Looper;
 import android.os.Message;
-import android.telecom.Log;
 
 import androidx.test.filters.MediumTest;
 
@@ -99,7 +98,6 @@ public class BassClientStateMachineTest {
 
     @After
     public void tearDown() throws Exception {
-        Log.d("hieu-debug", "blo blo");
         mBassClientStateMachine.doQuit();
         mHandlerThread.quit();
         TestUtils.clearAdapterService(mAdapterService);
-- 
GitLab