Browse Source

Removed errant debug line from HDFS-1255 commit.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@957084 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 15 years ago
parent
commit
27492842fc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/c++/libhdfs/tests/test-libhdfs.sh

+ 0 - 4
src/c++/libhdfs/tests/test-libhdfs.sh

@@ -81,11 +81,7 @@ EOF
 # hadoop-config.sh assume the bin directory is named "bin" and that it
 # is located in HADOOP_HOME.
 unpacked_common_bin_dir=0
-
 if [ ! -f $HADOOP_BIN_DIR/hadoop-config.sh ]; then
-  echo 'OK'
-  echo $COMMON_JAR
-  ls -l $COMMON_JAR
   if [ -f $COMMON_JAR ]; then
     jar xf $COMMON_JAR bin.tgz
     tar xfz bin.tgz -C $HADOOP_BIN_DIR