sm8250-common: tri-state-key: Remove useless logging

Change-Id: I60d19bbb1bda3490c2077d15127a0ff1889693d7
This commit is contained in:
LuK1337 2021-04-07 11:27:42 +02:00
parent 24047d6b28
commit 90a75a667c

View file

@ -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;