From 0dbbf4b72707fa387ad262d00c6699b3ef438d94 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 16:46:02 +0200
Subject: [PATCH] remove debugging lines

---
 .ci/deploy.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index bab2932a..dbf0c2a4 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -20,10 +20,6 @@ fi
 
 # build the unstable version - can be optimized
 git submodule update --init --recursive
-git submodule foreach --recursive git reset --hard
-
-# debug
-ls -lash theme
 
 # add matomo
 sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
-- 
GitLab