소스 검색

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 {