From 0a0bd1629e8f6cfd5ae97e156be039babac580b7 Mon Sep 17 00:00:00 2001
From: Tooba Ali <alit1@myumanitoba.ca>
Date: Wed, 31 May 2023 21:03:47 +0000
Subject: [PATCH] Update file dis.sh

---
 benchmarks/dis/dis.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 39676586..c537d35a 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -80,7 +80,6 @@ fi
 ## =============================================================================
 ## Step 3: Run digitization & reconstruction
 echo "Running the digitization and reconstruction"
-rm fieldmaps
 if [ ${RECO} == "eicrecon" ] ; then
   /usr/bin/time -v eicrecon ${SIM_FILE} -Ppodio:output_file=${REC_FILE}
   if [ "$?" -ne "0" ] ; then
-- 
GitLab