remove testing function

This commit is contained in:
million1156 2024-03-20 18:59:20 -05:00
parent 6372664ca3
commit d41e54215e

View file

@ -46,11 +46,4 @@
<p class="max-w-[36rem] text-lg leading-relaxed text-[#A6A5A7]">
Your download should start shortly. If it doesn't, click <a href="https://gitlab.com/suyu-emu/suyu/-/releases">here</a>.
</p>
<!-- Call downloadSuyu after 5 seconds -->
<script>
setTimeout(() => {
console.log("hi");
}, 5000);
</script>
</div>