From eba22fe323cb5b00521fee455c87f3d678907cdf Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Thu, 6 Mar 2025 15:02:17 -0600
Subject: [PATCH] remove debug

---
 template/script.sh.erb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/template/script.sh.erb b/template/script.sh.erb
index ed16af7..e97fa3c 100755
--- a/template/script.sh.erb
+++ b/template/script.sh.erb
@@ -37,11 +37,7 @@ module list
 
 # Launch PyCharm
 set -x
-cmd="singularity exec --env \"DISPLAY=$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \
+singularity exec --env \"DISPLAY=$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \
     <%= context.extra_singularity_args %> \
     <%= context.container_path %> \
-    pycharm"
-
-echo ${cmd}
-
-eval ${cmd}
\ No newline at end of file
+    pycharm
\ No newline at end of file
-- 
GitLab