瀏覽代碼

Update StatusPoint.qml

Maldela 9 年之前
父節點
當前提交
a31792c922
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/contents/ui/StatusPoint.qml

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

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