Skip to content

Commit 97d4cef

Browse files
authored
removed unused print statements (#24)
1 parent a5512d5 commit 97d4cef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,10 @@ intellijPlatform {
130130
pluginVerification {
131131
ides {
132132
val productReleases = ProductReleasesValueSource().get()
133-
println(
134-
"The following builds are available in the verification range: $productReleases"
135-
)
136-
137133
val reducedProductReleases =
138134
if (productReleases.size > 2)
139135
listOf(productReleases.first(), productReleases.last())
140136
else productReleases
141-
println("Running pluginVerification for the following builds: $reducedProductReleases")
142-
143137
ides(reducedProductReleases)
144138
}
145139
}

0 commit comments

Comments
 (0)