Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Sep 25, 2024
1 parent 6f087e2 commit 33af9bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ abstract class TestIdeTask : Test(), TestableAware, IntelliJPlatformVersionAware
sourceTask.productInfo.layout
.asSequence()
.filter { it.kind == ProductInfo.LayoutItemKind.productModuleV2 }
.onEach { item -> println("item.name = ${item.name}") }
.flatMap { it.classPath }
.map { intellijPlatformPath.resolve(it) }
.mapNotNull { it.takeIf { it.exists() } }
Expand Down

0 comments on commit 33af9bd

Please sign in to comment.