Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 1, 2024
1 parent 93ce74e commit 54a9047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/org/http4k/intellij/step/SummaryView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ private fun toSectionPanel(section: Answer) = JPanel().apply {
when (it) {
is Text -> if (it.answers.isNotEmpty()) {
add(JPanel().apply {
println(it)
layout = BoxLayout(this, Y_AXIS)
add(it.label.label().bold())
add(Box.createVerticalStrut(3))
Expand Down

0 comments on commit 54a9047

Please sign in to comment.