Skip to content

Commit 51b59d6

Browse files
Disable logging of recompositions in PlotPanelRaw.kt
1 parent e2ae5e5 commit 51b59d6

File tree

1 file changed

+1
-1
lines changed
  • lets-plot-compose/src/androidMain/kotlin/org/jetbrains/letsPlot/skia/compose

1 file changed

+1
-1
lines changed

lets-plot-compose/src/androidMain/kotlin/org/jetbrains/letsPlot/skia/compose/PlotPanelRaw.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private val LOG = PortableLogging.logger(name = "[PlotPanelRaw]")
2727

2828
// This flag is mentioned in the ComposeMinDemoActivity.kt
2929
// In a case of changes update the comment there too.
30-
private const val logRecompositions = true
30+
private const val logRecompositions = false
3131

3232
@Suppress("FunctionName")
3333
@Composable

0 commit comments

Comments
 (0)