From f772eebfbdd95c0b3b049dd3be91a578ee99b13a Mon Sep 17 00:00:00 2001 From: renwj Date: Mon, 30 Sep 2024 11:12:50 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][code]=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/eagle/core/function/hmi/bone/status/speed/SpeedView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/status/speed/SpeedView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/status/speed/SpeedView.kt index 5d969efeb5..b53cf4b260 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/status/speed/SpeedView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/status/speed/SpeedView.kt @@ -46,7 +46,6 @@ class SpeedView @JvmOverloads constructor(context: Context, attrs: AttributeSet? override fun onSizeChanged(w: Int, h: Int, oldw: Int, oldh: Int) { - Log.d(TAG, "--- onSizeChanged --:[$w, $h]") if (mPrevWidth != w || mPrevHeight != h) { mPrevWidth = w mPrevHeight = h