Index: tools/ThermalManager.cpp |
diff --git a/tools/ThermalManager.cpp b/tools/ThermalManager.cpp |
index 21c0fc367fa8f895ace7faf87e0acdde4b50c911..e0c7c44c6992ae2cef57295218f67665a84aaf34 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() { |