From d1c351913653883a834ee766d1da8246e22eca6e Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 2 Oct 2024 12:06:14 +0000
Subject: [PATCH] Pre-merge code cleanup

---
 my_deploy.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/my_deploy.sh b/my_deploy.sh
index e14f4f540..3c590b9dc 100755
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -123,9 +123,6 @@ export CRDB_PASSWORD="tfs123"
 # Set the database name to be used by Context.
 export CRDB_DATABASE="tfs"
 
-# Set the database to be used by the QoSProfile component
-export CRDB_DATABASE_QOSPROFILE="tfs_qos_profile"
-
 # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing.
 # See ./deploy/all.sh or ./deploy/crdb.sh for additional details
 export CRDB_DEPLOY_MODE="single"
-- 
GitLab