summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormukesh agrawal <quiche@google.com>2016-04-12 17:49:33 -0700
committerMukesh Agrawal <quiche@google.com>2016-04-14 18:29:14 +0000
commit84ac622acfb05a76fc24978658465723b69162db (patch)
treeb6d9e0a0f8bc9bdd58a1747b9a0173b483b2ebeb
parentcf3345b0ab08b9b4e8cd742fcfc8779cfc3bf0bc (diff)
downloadwlan-84ac622acfb05a76fc24978658465723b69162db.tar.gz
Wifi-HAL: remove a call to ALOGW
Originally part of https://partner-android-review.googlesource.com/#/c/558740 BUG=27698661 TEST=compile Change-Id: I420cdcf8c279de4dd85d74b4bdec98e4f2082694
-rwxr-xr-xqcwcn/wifi_hal/tdls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/tdls.cpp b/qcwcn/wifi_hal/tdls.cpp
index a24384f..38c1747 100755
--- a/qcwcn/wifi_hal/tdls.cpp
+++ b/qcwcn/wifi_hal/tdls.cpp
@@ -50,7 +50,6 @@ TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
TdlsCommand::~TdlsCommand()
{
- ALOGW("TdlsCommand %p distructor", this);
mTdlsCommandInstance = NULL;
unregisterVendorHandler(mVendor_id, mSubcmd);
}