Skip to content

Commit

Permalink
remove last print stmt from debugging benchmark executor
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna committed Nov 16, 2023
1 parent e0116a0 commit 02f885f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/gvc/benchmarking/BenchmarkExecutor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ object BenchmarkExecutor {
s"The file doesn't include an assignment of the form 'int stress = ...'."
)
}
println(verifiedSource)
val injectedSource = injectStress(verifiedSource)
Files.writeString(tempSource, injectedSource)
Files.deleteIfExists(tempBinary)
Expand Down

0 comments on commit 02f885f

Please sign in to comment.