Skip to content

Commit d96991a

Browse files
committed
remove logging
1 parent 9386b77 commit d96991a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export function is_last_evaluated_expression(path, node) {
8282
break;
8383

8484
default:
85-
console.log('bailing', parent.start, parent.type);
8685
return false;
8786
}
8887

0 commit comments

Comments
 (0)