summaryrefslogtreecommitdiff
path: root/thermal/Thermal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/Thermal.cpp')
-rw-r--r--thermal/Thermal.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/thermal/Thermal.cpp b/thermal/Thermal.cpp
index 37edb13..70ac1d2 100644
--- a/thermal/Thermal.cpp
+++ b/thermal/Thermal.cpp
@@ -218,9 +218,6 @@ Return<void> Thermal::debug(
<< std::endl;
}
- if (!thermal_helper_.fillBatteryThresholdDebugInfo(dump_buf)) {
- dump_buf << "error while filling BatteryThresholdDebugInfo." << std::endl;
- }
}
std::string buf = dump_buf.str();
if (!android::base::WriteStringToFd(buf, fd)) {