diff --git a/quick-connect.bat b/quick-connect.bat
index 926791f43e3eb03e12d7a8cd2b5fd0d00478b839..12131e2949dc4297c485bb009b6500f3d245330a 100644
--- a/quick-connect.bat
+++ b/quick-connect.bat
@@ -9,7 +9,5 @@ IF EXIST "C:\Users\%username%\.ssh\csctcloud\" (
     rmdir "C:\Users\%username%\.ssh\csctcloud"
 )
 
-REM can we check here if certificate is still valid and/or if config has entry, and skip? (or combination of this?)
 CALL az ssh config --ip csctcloud.uwe.ac.uk --file "C:\Users\%username%\.ssh\config" --keys-destination-folder "C:\Users\%username%\.ssh\csctcloud"
-
 CALL code -n --remote ssh-remote+csctcloud.uwe.ac.uk
\ No newline at end of file