removed stray console logging
This commit is contained in:
@@ -16,7 +16,6 @@ export default function recomputeSlotFullness(ancestorId){
|
||||
}).fetch();
|
||||
let totalFilled = 0;
|
||||
children.forEach(child => {
|
||||
console.log(child);
|
||||
if (child.type === 'slotFiller'){
|
||||
totalFilled += child.slotQuantityFilled;
|
||||
} else {
|
||||
|
||||
@@ -151,7 +151,6 @@ export default {
|
||||
});
|
||||
},
|
||||
change({path, value, ack}){
|
||||
console.log({path, value})
|
||||
if (path && path[0] === 'equipped'){
|
||||
equipItem.call({_id: this._id, equipped: value}, (error) =>{
|
||||
if (error) console.warn(error);
|
||||
|
||||
Reference in New Issue
Block a user