mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-18 22:09:20 +00:00
Remove debug message
This commit is contained in:
parent
f88b3f668f
commit
661b87e9ed
@ -126,8 +126,6 @@ export class ItemProcessorSystem extends GameSystemWithFilter {
|
||||
const availableSlots = entity.components.ItemAcceptor.slots.length;
|
||||
|
||||
for (let i = 0; i < availableSlots; ++i) {
|
||||
console.log(i);
|
||||
console.log(itemsBySlot[i]);
|
||||
outItems.push(itemsBySlot[i]);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user