Skip to content

Commit 159d22d

Browse files
committed
Less logging
1 parent 1461559 commit 159d22d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/kotlin/info/appdev/chartexample/LineChartActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ class LineChartActivity : DemoBase(), OnSeekBarChangeListener, OnChartValueSelec
129129
// add data
130130
binding.seekBarX.progress = 45
131131
binding.seekBarY.progress = 180
132-
Timber.d("count=45 range=180f")
133132
setData(this, binding.chart1, 45, 180f)
134133

135134
// draw points over time

0 commit comments

Comments
 (0)