diff --git a/weekly_routine.sh b/weekly_routine.sh
index 75c132b164b0085a65df57e40a7c8c4d30dec004..0ae4d6686d5e19106d8c3a0b5eb1759bfe4bee0f 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