Removed leftover debug output

This commit is contained in:
Neshura 2024-05-22 22:58:05 +02:00
parent c7fa40b454
commit 86cbc1d81d
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -17,7 +17,6 @@
function removeInventory(index: number) { function removeInventory(index: number) {
thrusters.splice(index, 1); thrusters.splice(index, 1);
} }
$inspect(inventories)
</script> </script>
<div class="max-h-full flex flex-col gap-2 overflow-y-auto"> <div class="max-h-full flex flex-col gap-2 overflow-y-auto">