Skip to content

Commit

Permalink
Clean up - Removed the Raw data path print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 24, 2024
1 parent 77e0149 commit e0d1afe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class BazelClient(private val rootDirectory: File, private val commandExecutor:
val match = regex.find(line)
val extractedPath = match?.value?.substringAfterLast(",")?.trim()
if (extractedPath != null) {
// println("Raw Coverage Data: $extractedPath")
return extractedPath
}
}
Expand Down

0 comments on commit e0d1afe

Please sign in to comment.