Skip to content

Commit e209364

Browse files
committed
Remove debug log
1 parent 0b5c2c4 commit e209364

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/src/main/java/org/akanework/gramophone/ui/components/NewLyricsView.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,6 @@ class NewLyricsView(context: Context, attrs: AttributeSet?) : ScrollingView2(con
482482
animating = true
483483
}
484484
val spanEndWithoutGradient = if (realGradientStart == -1) spanEnd else realGradientStart
485-
if (realGradientStart != -1)
486-
Log.i("hi","drawing color to ${it.text.substring(0, spanEndWithoutGradient)} " +
487-
" and gradient to ${it.text.substring(realGradientStart, realGradientEnd)}")
488485
val inColorAnim = ((scaleInProgress in 0f..1f && gradientProgress ==
489486
Float.NEGATIVE_INFINITY) || scaleOutProgress in 0f..1f) &&
490487
timeOffsetForUse > 0f

0 commit comments

Comments
 (0)