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

Change-Id: Iaa31113ab3804b0712f1870d61d17553a4502c0a
This commit is contained in:
LuK1337 2019-07-01 14:12:11 +02:00
parent d20691396b
commit 5d3f18b7bb
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,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;