diff --git a/index.html b/index.html index 86d2568e6d77378dfbe4fefa629cecb2b3038452..137b86140e150d639a6e56b88e149b3592920152 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>