Skip to content

Commit e2bcd8c

Browse files
committed
remove logging
1 parent ff0662a commit e2bcd8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/AwaitExpression.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export function is_last_evaluated_expression(path, node) {
3939
while (i--) {
4040
const parent = /** @type {Expression | Property | SpreadElement} */ (path[i]);
4141

42-
console.log(parent.start, parent.type);
43-
4442
// @ts-expect-error we could probably use a neater/more robust mechanism
4543
if (parent.metadata) {
4644
return true;

0 commit comments

Comments
 (0)