Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from marcoferrer/patch-1
Browse files Browse the repository at this point in the history
Remove debug statements
  • Loading branch information
Alec Strong authored Jan 26, 2019
2 parents dc6a75f + 469bd45 commit 47fc340
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ open class CocoapodsPlugin : Plugin<Project> {
private fun createFatFrameworkTasks(project: Project) {
val mppExtension = project.extensions.getByType(KotlinMultiplatformExtension::class.java)

println("AHHHH")

mppExtension.targets
.flatMap { target ->
target.compilations
Expand All @@ -54,7 +52,6 @@ open class CocoapodsPlugin : Plugin<Project> {
.flatMap { compilation ->
target.components.flatMap { component ->
(component.target as KotlinNativeTarget).binaries.map { binary ->
println("GOT BINARY with output kind ${binary.outputKind}")
compilation to binary
}
}
Expand Down

0 comments on commit 47fc340

Please sign in to comment.