From 90a75a667c964a9d42580cc6f11841a4609ec9dd Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 7 Apr 2021 11:27:42 +0200 Subject: [PATCH] sm8250-common: tri-state-key: Remove useless logging Change-Id: I60d19bbb1bda3490c2077d15127a0ff1889693d7 --- tri-state-key/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tri-state-key/main.cpp b/tri-state-key/main.cpp index c3a3dfa..70b9ae5 100644 --- a/tri-state-key/main.cpp +++ b/tri-state-key/main.cpp @@ -90,8 +90,6 @@ int main() { return; } - LOG(INFO) << uevent.state; - bool none = uevent.state.find("USB=0") != std::string::npos; bool vibration = uevent.state.find("USB-HOST=0") != std::string::npos; bool silent = uevent.state.find("null)=0") != std::string::npos;