[Android] build: remove useless debug

Thomas Guillem git at videolan.org
Tue May 14 16:47:30 CEST 2019


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 14 08:49:44 2019 +0200| [ba324b621a3c68d12c23c97399ce50537e363ab4] | committer: Thomas Guillem

build: remove useless debug

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

 compile-libvlc.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 2d59477f0..e34c41893 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -34,8 +34,6 @@ if [ -z "$MAKEFLAGS" ]; then
     fi
 fi
 
-echo "MAKEFLAGS: ${MAKEFLAGS}"
-
 #########
 # FLAGS #
 #########
@@ -567,9 +565,6 @@ avlc_checkfail "vlc: make install failed"
 
 cd $SRC_DIR
 
-echo ok
-
-
 ##################
 # libVLC modules #
 ##################



More information about the Android mailing list