From 83ba42a9de8d55c76d6fdb5ce7fb701b3d1f5cf6 Mon Sep 17 00:00:00 2001
From: Vitor Trovisco <vmt25@cam.ac.uk>
Date: Tue, 30 Mar 2021 15:53:22 +0000
Subject: [PATCH] Revert "Update weekly_routine.sh"

This reverts commit becfec8b6109e169022727800e9fa8906144aea4
---
 weekly_routine.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/weekly_routine.sh b/weekly_routine.sh
index 75c132b..0ae4d66 100755
--- a/weekly_routine.sh
+++ b/weekly_routine.sh
@@ -14,9 +14,6 @@ LOGFILE="${CANTOSPACE}/${LOGS}/canto_weekly_update.log"
 # Redirect all output to logfile
 exec &>> "${LOGFILE}"
 
-#test working directory is working properly
-pwd
-
 # Function to log messages with date stamp
 # e.g. log "Canto script completed successfully"
 # generates something like
-- 
GitLab