From 39cbf9589de1d6cdcad5470d0a9f6a045a6bc379 Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Thu, 28 Mar 2024 19:55:19 +0000
Subject: [PATCH] Users stuff

---
 distro/scripts/adl_cots.sh | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index 0709da1..e8b82f3 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -546,9 +546,7 @@ adl()
 {
     echo ${FUNCNAME[0]}
     export PATH=/CSPP_SDR_4_0/JAVA_COTS/jdk1.8.0_73/bin/:$PATH
-    which java
-    which python3
-   
+
     cd ${BUILD}
     tar_name=cspp_sdr_4_0_ADL.tar && \
     rm -fr ${BUILD}/ADL && \
@@ -558,11 +556,8 @@ adl()
     export ADL_HOME=${BUILD}/ADL && \
     export COTS_PYTHON_HOME=/user/libexec && \
     echo "COTS_HOME"  ${COTS_HOME}   && \
-    ls ${COTS_HOME}  && \
     echo "COTSBASE"  ${COTSBASE}  && \
-    ls ${COTSBASE}  && \
     echo "ADL_HOME"  ${ADL_HOME}  && \
-    ls ${ADL_HOME}  && \
     export LUSER=/ && \
     export USER=/ && \
     export ADL_INSTALL=${ADL_HOME}  && \
-- 
GitLab