sm8250-common: tri-state-key: Remove useless logging
Change-Id: I60d19bbb1bda3490c2077d15127a0ff1889693d7
This commit is contained in:
@@ -90,8 +90,6 @@ int main() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG(INFO) << uevent.state;
|
|
||||||
|
|
||||||
bool none = uevent.state.find("USB=0") != std::string::npos;
|
bool none = uevent.state.find("USB=0") != std::string::npos;
|
||||||
bool vibration = uevent.state.find("USB-HOST=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;
|
bool silent = uevent.state.find("null)=0") != std::string::npos;
|
||||||
|
|||||||
Reference in New Issue
Block a user