Skip to content

Commit 6bb4179

Browse files
committed
chore: oops
1 parent e108e1a commit 6bb4179

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/compiler/migrate

1 file changed

+0
-2
lines changed

packages/svelte/src/compiler/migrate/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,6 @@ function handle_identifier(node, state, path) {
943943
const parent = path.at(-1);
944944
if (parent?.type === 'MemberExpression' && parent.property === node) return;
945945

946-
console.log(node);
947-
948946
if (state.analysis.uses_props && node.name !== '$$slots') {
949947
if (node.name === '$$props' || node.name === '$$restProps') {
950948
// not 100% correct for $$restProps but it'll do

0 commit comments

Comments
 (0)