Skip to content

Commit

Permalink
fix(gradle-plugin): remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Nov 15, 2023
1 parent 41af499 commit b0449e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class MarathonPlugin : Plugin<Project> {
testArtifactLoader = project.objects.property(BuiltArtifactsLoader::class.java)
.apply { set(testArtifactsLoader) },
)
println(bundle)

val (generateMarathonfileTask, testTaskForVariant) = createTasks(
logger, androidTest.name, bundle, project, conf, sdkDirectory, wrapper, jsonServiceProvider
Expand All @@ -123,7 +122,6 @@ class MarathonPlugin : Plugin<Project> {
testArtifactLoader = project.objects.property(BuiltArtifactsLoader::class.java)
.apply { set(testArtifactsLoader) },
)
println(bundle)

val (_, testTaskForVariant) = createTasks(
logger, androidTest.name, bundle, project, conf, sdkDirectory, wrapper, jsonServiceProvider
Expand Down

0 comments on commit b0449e1

Please sign in to comment.