Skip to content

Commit

Permalink
Delete unneeded println
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jan 19, 2020
1 parent c93f8e4 commit e4f580c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios-combined/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ kotlin {
dependencies {
projectsList.forEach {
project(it).configurations.all { c ->
println(c.name)
if (c.name == "iOSMainApi") {
c.dependencies.all { dep ->
if (!(dep instanceof ProjectDependency)) {
Expand All @@ -102,7 +101,6 @@ kotlin {
dependencies {
projectsList.forEach {
project(it).configurations.all { c ->
println(c.name)
if (c.name == "iosX64MainApi") {
c.dependencies.all { dep ->
if (!(dep instanceof ProjectDependency)) {
Expand All @@ -125,7 +123,6 @@ kotlin {
dependencies {
projectsList.forEach {
project(it).configurations.all { c ->
println(c.name)
if (c.name == "iosArm64MainApi") {
c.dependencies.all { dep ->
if (!(dep instanceof ProjectDependency)) {
Expand Down

0 comments on commit e4f580c

Please sign in to comment.