Skip to content

Commit

Permalink
remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 18, 2024
1 parent fabb4f7 commit 4dc9f6b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/migrate/migrations/svelte-5/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ export function transform_svelte_code(code, transform_code) {
* @param {import('ts-morph').SourceFile} source
*/
function update_component_instantiation(source) {
// const logger = log_on_ts_modification(
// source,
// 'Updates component instantiation: https://svelte.dev/docs/svelte/TODO (you may need to update usages of the component instance)'
// );

const imports = source
.getImportDeclarations()
.filter((i) => i.getModuleSpecifierValue().endsWith('.svelte'))
Expand Down Expand Up @@ -129,8 +124,6 @@ function update_component_instantiation(source) {
}
}
}

// logger();
}

/**
Expand Down

0 comments on commit 4dc9f6b

Please sign in to comment.