tests: clean up debug output
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 2 Dec 2014 21:32:59 +0000 (16:32 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 2 Dec 2014 21:32:59 +0000 (16:32 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/tests.sh

index 8720ca3..d44d2fd 100755 (executable)
@@ -32,8 +32,6 @@ JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac))))
 paths=`echo $JAVA_HOME/jre/lib/*/{client,server}/`
 paths=($paths) 
 JNI_LIB_PATH=${paths[0]}
-echo $JAVA_HOME
-echo $JNI_LIB_PATH
 shopt -u nullglob
 
 outdir="out"