remove logging

pull/15844/head
Rich Harris 3 months ago
parent ff0662a367
commit e2bcd8c0e8

@ -39,8 +39,6 @@ export function is_last_evaluated_expression(path, node) {
while (i--) {
const parent = /** @type {Expression | Property | SpreadElement} */ (path[i]);
console.log(parent.start, parent.type);
// @ts-expect-error we could probably use a neater/more robust mechanism
if (parent.metadata) {
return true;

Loading…
Cancel
Save