sdm660-common: biometrics: fingerprint: Drop LOG_VERBOSE
* It's useless since it's the same as LOG_TAG Change-Id: I867d564a46318ef3353404728b7cfbfa63868209 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
4f7d9d0188
commit
2ba127e866
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660"
|
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660"
|
||||||
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660"
|
|
||||||
|
|
||||||
#include <hardware/hw_auth_token.h>
|
#include <hardware/hw_auth_token.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue