From a927e051326cf1da038d7f7c5a941ee1f02ea0b1 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Thu, 29 Aug 2024 13:11:36 +0200 Subject: [PATCH] remove debug printlns --- .../src/main/java/maestro/cli/report/TestDebugReporter.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maestro-cli/src/main/java/maestro/cli/report/TestDebugReporter.kt b/maestro-cli/src/main/java/maestro/cli/report/TestDebugReporter.kt index fc0bad04a1..9d05ecf576 100644 --- a/maestro-cli/src/main/java/maestro/cli/report/TestDebugReporter.kt +++ b/maestro-cli/src/main/java/maestro/cli/report/TestDebugReporter.kt @@ -42,8 +42,6 @@ object TestDebugReporter { // AI outputs must be saved separately at the end of the flow. fun saveSuggestions(outputs: List, 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. @@ -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