Removed leftover debug output
This commit is contained in:
parent
c7fa40b454
commit
86cbc1d81d
1 changed files with 0 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue