Skip to content

Commit

Permalink
clean up console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
marigold-kfrederix committed Nov 26, 2020
1 parent 7fccd19 commit 0286b06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/partialHydration/prepareFindSvelteComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const prepareFindSvelteComponent = ({ ssrFolder, rootDir, clientComponents: clie
const cacheKey = JSON.stringify({ name, folder });
if (cache.has(cacheKey)) return cache.get(cacheKey);

console.log('findComponent: ', { nameFixed, folder });

// abs path first
if (nameFixed.includes(rootDirFixed)) {
const rel = windowsPathFix(path.relative(path.join(rootDirFixed, 'src'), name)).replace('.svelte', '.js');
Expand Down

0 comments on commit 0286b06

Please sign in to comment.