Browse Source

Update StatusPoint.qml

Maldela 9 years ago
parent
commit
a31792c922
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/contents/ui/StatusPoint.qml

+ 0 - 1
package/contents/ui/StatusPoint.qml

@@ -49,7 +49,6 @@ Rectangle {
 
 
     onUnsmoothedTempChanged: {
     onUnsmoothedTempChanged: {
         root.unscaledTemp = (root.unscaledTemp * smoothing + root.unsmoothedTemp) / (smoothing + 1);
         root.unscaledTemp = (root.unscaledTemp * smoothing + root.unsmoothedTemp) / (smoothing + 1);
-        console.log(root.unscaledTemp);
     }
     }
 
 
     Behavior on unscaledTemp {
     Behavior on unscaledTemp {