sm8250-common: tri-state-key: Remove useless logging
Change-Id: I60d19bbb1bda3490c2077d15127a0ff1889693d7
This commit is contained in:
parent
24047d6b28
commit
90a75a667c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue