[6.7.0][code] 移除无用日志

This commit is contained in:
renwj
2024-09-30 11:12:50 +08:00
parent 386136e649
commit f772eebfbd

View File

@@ -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