Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyEdwards committed Aug 1, 2024
1 parent c31bc52 commit 1ff168d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ class KiteUiCss(val dynamicCss: DynamicCss) {
)
}.also {
cssGenTotal += it
println("CSS for ${theme.id} (#${themeInteractiveHandled.size}) took $it, $cssGenTotal total")
}
dynamicCss.flush()
return theme.classes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ expect fun ViewWriter.hintPopover(
setup: ViewWriter.() -> Unit
): ViewWrapper

@Deprecated("Use hintPopover or menuPopover depending on your situation.")
@Deprecated("Use hintPopover or opensMenu depending on your situation.")
@ViewModifierDsl3
expect fun ViewWriter.hasPopover(
requiresClick: Boolean = false,
Expand Down

0 comments on commit 1ff168d

Please sign in to comment.