diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index d39d3c1c40d21577b4c71225b79430fb28ceb57f..b3c576c8071914a47cf9d40228f54b9e21eefaad 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -490,19 +490,13 @@ nagg(){
     tar_name=nagg-1.6.2.tar.gz  && \
     rm -fr ${BUILD}/nagg*  && \
     install_the_source ${tar_name}  && \
-    echo "ls ${USER_COTS_PATH}/lib"
-    ls ${USER_COTS_PATH}/lib
-    echo  "ls ${USER_COTS_PATH}/lib"
-    ls ${USER_COTS_PATH}/include
     cd nagg-1.6.2  && \
     patch -p1 <  ${COTS_HOME}/scripts/revised_nagg.patch   && \
-
     ./configure --help
     ./configure  --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CPPFLAGS="-I${USER_COTS_PATH}/include" LDFLAGS=" -static -L${USER_COTS_PATH}/lib64 -L${USER_COTS_PATH}/lib" LIBS="-lhdf5"  && \
     make   && \
     make install   && \
     ls ${USER_COTS_PATH}/bin
-    #cp nagg/bin/nagg ${USER_COTS_PATH}/bin   && \
     unset LDFLAGS   && \
     echo "${FUNCNAME[0]} finished" && \
     return 0