diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index f8b6486c86f9b0b44ff5114dac4252501be92669..9e9515e78d996b01fd5d942c72714b58b3e3a891 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -18,12 +18,8 @@ else
 fi
 
 # build the unstable version - can be optimized
-#git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git
 git submodule update --recursive --init
 
-# output the directory content
-ls -lash
-
 # add matomo
 sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
 sed -i "/matomopolicy/r./.ci/analytics/policy.html" theme/templates/_index.html