From 594f9088498962f1c74790ffaeb8a25ad735e8ad Mon Sep 17 00:00:00 2001
From: Owen Jones <owen.jones@uwe.ac.uk>
Date: Tue, 8 Oct 2024 12:55:16 +0000
Subject: [PATCH] if we're going to do any checking etc. this might as well be
 in python

---
 quick-connect.bat | 1 -
 1 file changed, 1 deletion(-)

diff --git a/quick-connect.bat b/quick-connect.bat
index 649a3f5..834640d 100644
--- a/quick-connect.bat
+++ b/quick-connect.bat
@@ -1,6 +1,5 @@
 @ECHO OFF
 
-REM can we check here if az has a valid token and skip?
 CALL az config set core.login_experience_v2=off
 CALL az login
 
-- 
GitLab