1
0
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:
isaisstillalive 2020-06-29 12:13:08 +09:00
parent f88b3f668f
commit 661b87e9ed

View File

@ -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]);
}