diff --git a/run-compose.sh b/run-compose.sh
index 1008724d72ba410ac34c91c3b9179853a2bf362d..bf89f67f3b5dee9772a6f5fa232c18436c9bd252 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