[Misc] Remove debug.js reference from index.html

This commit is contained in:
NightKev 2025-06-07 17:37:09 -07:00
parent 1ff45687c5
commit d3bc33cd4e

View File

@ -145,6 +145,5 @@
</div> </div>
<script type="module" src="./src/main.ts"></script> <script type="module" src="./src/main.ts"></script>
<script src="./src/touch-controls.ts" type="module"></script> <script src="./src/touch-controls.ts" type="module"></script>
<script src="./src/debug.js" type="module"></script>
</body> </body>
</html> </html>