more commented logs

pull/18062/merge
Rich Harris 4 months ago
parent ae3ed1b9c9
commit ef44fbe189

@ -786,6 +786,12 @@ export class Batch {
return;
}
// console.group('apply', this.id);
// console.groupCollapsed('trace');
// console.trace();
// console.groupEnd();
// if there are multiple batches, we are 'time travelling' —
// we need to override values with the ones in this batch...
batch_values = new Map(this.current);
@ -852,6 +858,8 @@ export class Batch {
// console.log(this.wvs.has(value), wv, value.label ?? value.v);
// }
// console.groupEnd();
// console.groupEnd();
}
/**

Loading…
Cancel
Save