diff --git a/packages/SwingSet/src/kernel/liveSlots.js b/packages/SwingSet/src/kernel/liveSlots.js index f7880669ec19..a8914f37d3cf 100644 --- a/packages/SwingSet/src/kernel/liveSlots.js +++ b/packages/SwingSet/src/kernel/liveSlots.js @@ -837,7 +837,7 @@ function build( assert(Array.isArray(vrefs)); vrefs.map(vref => insistVatType('object', vref)); vrefs.map(vref => assert(parseVatSlot(vref).allocatedByVat)); - console.log(`-- liveslots acting upon dropExports`); + // console.log(`-- liveslots acting upon dropExports ${vrefs.join(',')}`); for (const vref of vrefs) { const wr = slotToVal.get(vref); const o = wr && wr.deref(); @@ -897,7 +897,7 @@ function build( assert(Array.isArray(vrefs)); vrefs.map(vref => insistVatType('object', vref)); vrefs.map(vref => assert(!parseVatSlot(vref).allocatedByVat)); - console.log(`-- liveslots ignoring retireImports`); + // console.log(`-- liveslots ignoring retireImports ${vrefs.join(',')}`); } // TODO: when we add notifyForward, guard against cycles