diff options
Diffstat (limited to 'services/sensorservice/SensorInterface.cpp')
-rw-r--r-- | services/sensorservice/SensorInterface.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/sensorservice/SensorInterface.cpp b/services/sensorservice/SensorInterface.cpp index 2bf5e72..970220b 100644 --- a/services/sensorservice/SensorInterface.cpp +++ b/services/sensorservice/SensorInterface.cpp @@ -17,8 +17,6 @@ #include <stdint.h> #include <sys/types.h> -#include <cutils/log.h> - #include "SensorInterface.h" namespace android { @@ -34,7 +32,6 @@ HardwareSensor::HardwareSensor(const sensor_t& sensor) : mSensorDevice(SensorDevice::getInstance()), mSensor(&sensor, mSensorDevice.getHalDeviceVersion()) { - ALOGI("%s", sensor.name); } HardwareSensor::~HardwareSensor() { |