[Android] Remove debug logs

Geoffrey Métais git at videolan.org
Wed Apr 12 14:59:26 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Apr 12 14:24:14 2017 +0200| [16aba7c42a55edf981eb654b47c0c1b6c3566709] | committer: Geoffrey Métais

Remove debug logs

> https://code.videolan.org/videolan/vlc-android/commit/16aba7c42a55edf981eb654b47c0c1b6c3566709
---

 vlc-android/build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index ccdfb26..38ef72e 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -135,7 +135,6 @@ android {
     applicationVariants.all { variant ->
         // set the composite code
         variant.mergedFlavor.versionCode = variant.productFlavors.get(0).versionCode * 10000000 + defaultConfig.versionCode + variant.productFlavors.get(1).versionCode
-        println variant.mergedFlavor.versionCode
 
         //Custom APK name
         variant.outputs.each { output ->
@@ -143,7 +142,6 @@ android {
             if (variant.productFlavors.get(0).name != "vanilla")
                 outputName += variant.productFlavors.get(0).name.toUpperCase() + "-"
             outputName += variant.versionName + "-" + variant.productFlavors.get(1).name + ".apk"
-            println outputName
             output.outputFile = new File(output.outputFile.parentFile, outputName);
         }
     }



More information about the Android mailing list