Skip to content

Commit

Permalink
remove debug printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 29, 2024
1 parent 0bfac77 commit a927e05
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ object TestDebugReporter {

// AI outputs must be saved separately at the end of the flow.
fun saveSuggestions(outputs: List<FlowAIOutput>, path: Path) {
println("TestDebugReporter.saveSuggestions: saving suggestions for ${outputs.size} flows to $path")

// This mutates the output.
outputs.forEach { output ->
// Write AI screenshots. Paths need to be changed to the final ones.
Expand Down Expand Up @@ -74,8 +72,6 @@ object TestDebugReporter {
// TODO(bartekpacia: Build output incrementally, instead of single-shot on flow completion
// Be aware that this goal somewhat conflicts with including links to other flows in the HTML report.

println("TestDebugReporter.saveFlow: saving flow metadata to $path")

// commands
try {
val commandMetadata = debugOutput.commands
Expand Down

0 comments on commit a927e05

Please sign in to comment.