Skip to content

Commit

Permalink
Remove spurious logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Feb 13, 2024
1 parent a005617 commit d962d2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ abstract class DependencyExtractor :
abstract fun getRendererClassName(): String

override fun started(buildOperation: BuildOperationDescriptor, startEvent: OperationStartEvent) {
println("Got started operation: $buildOperation --- $startEvent")
// This method will never be called when registered in a `BuildServiceRegistry` (i.e. Gradle 6.1 & higher)
// No-op
}
Expand Down

0 comments on commit d962d2a

Please sign in to comment.