Commit 10ddb7db authored by Jonah Williams's avatar Jonah Williams Committed by Emmanuel Garcia

remove println (#42378)

parent 2adda80c
...@@ -220,7 +220,6 @@ class FlutterPlugin implements Plugin<Project> { ...@@ -220,7 +220,6 @@ class FlutterPlugin implements Plugin<Project> {
} }
} }
String flutterBuildMode = buildModeFor(buildType) String flutterBuildMode = buildModeFor(buildType)
println "flutter dependency"
// Add the embedding dependency. // Add the embedding dependency.
addApiDependencies(project, buildType.name, addApiDependencies(project, buildType.name,
"io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion") "io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment