diff options
| -rw-r--r-- | services/core/java/com/android/server/vibrator/VibratorControlService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/vibrator/VibratorControlService.java b/services/core/java/com/android/server/vibrator/VibratorControlService.java index 8f8fe3cd48f5..17a9e3330375 100644 --- a/services/core/java/com/android/server/vibrator/VibratorControlService.java +++ b/services/core/java/com/android/server/vibrator/VibratorControlService.java @@ -248,8 +248,6 @@ public final class VibratorControlService extends IVibratorControlService.Stub { IVibratorController vibratorController = mVibratorControllerHolder.getVibratorController(); if (vibratorController == null) { - Slog.d(TAG, "Unable to check if should request vibration params. " - + "There is no registered IVibrationController."); return false; } |