From 9ae80a737ec27791c813f3a301b25548a2460d45 Mon Sep 17 00:00:00 2001
From: Abhishek Poojary <abhishek.poojary@niveussolutions.com>
Date: Fri, 24 Nov 2023 08:14:15 +0000
Subject: [PATCH] Update index.html

---
 index.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/index.html b/index.html
index 86d2568..137b861 100644
--- a/index.html
+++ b/index.html
@@ -9,15 +9,7 @@
 
 <body>
     <h1>Internal Test Builds</h1>
-    
-    <button onclick="downloadiOSProdBuild()">Download iOS prod build</button>
 
-    <script>
-        function downloadiOSProdBuild() {
-            // Add the logic to handle the download here
-            alert("Downloading iOS prod build..."); // For demonstration purposes
-        }
-    </script>
 </body>
 
 </html>
-- 
GitLab