Skip to content

Commit 72a95e7

Browse files
chore: remove debug println statements
1 parent b629e71 commit 72a95e7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/scala/bloop/integrations/maven/MavenConfigGenerationTest.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,6 @@ class MavenConfigGenerationTest extends BaseConfigSuite {
438438
}
439439

440440
val exitCode = process.waitFor()
441-
if (exitCode != 0) {
442-
println("Command failed with exit code: " + exitCode)
443-
println("Error output: " + lastError.toString())
444-
}
445441

446442
out.toString()
447443
}

0 commit comments

Comments
 (0)