aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/ThermalManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ThermalManager.cpp b/tools/ThermalManager.cpp
index 21c0fc367f..e0c7c44c69 100644
--- a/tools/ThermalManager.cpp
+++ b/tools/ThermalManager.cpp
@@ -97,10 +97,6 @@ ThermalManager::TripPoint::TripPoint(SkString thermalZoneRoot, SkString pointNam
fThreshold = threshold;
fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off
// triggered
- if (!fDisabled) {
- SkDebugf("Trip point %s base - %d trip point-%d\n", fullPath.c_str(),
- fBase, fPoint);
- }
}
bool ThermalManager::TripPoint::willTrip() {