From 696a21776db6e398d0dd62c09a659604e73c5bb5 Mon Sep 17 00:00:00 2001
From: James Kirk <james.kirk@noc.ac.uk>
Date: Thu, 23 Mar 2023 16:30:35 +0000
Subject: [PATCH] refactor: cleaning up debug stuff

---
 run-compose.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/run-compose.sh b/run-compose.sh
index 1008724..bf89f67 100755
--- a/run-compose.sh
+++ b/run-compose.sh
@@ -6,8 +6,6 @@ usage() {
     echo "    tests - run the test suite rather than the application."
 }
 
-set -x
-
 if [[ -z "${DATA_DIR}" ]]; then
     DATA_DIR=$(pwd)
 fi
-- 
GitLab