Skip to content

Commit ebbdcc1

Browse files
Disable recomposition logging in PlotPanelRaw for Desktop
1 parent ba9cca9 commit ebbdcc1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import org.jetbrains.letsPlot.skia.builder.MonolithicSkia
3535
//private val LOG = NaiveLogger("PlotPanel")
3636
private val LOG = PortableLogging.logger(name = "[PlotPanelRaw]")
3737

38-
private const val logRecompositions = true
38+
private const val logRecompositions = false
3939

4040
@Suppress("FunctionName")
4141
@Composable

0 commit comments

Comments
 (0)