Skip to content

Commit e3bf653

Browse files
committed
rm console logs
1 parent a386f5d commit e3bf653

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/svelte/src/performance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function recordInitSpan(transaction: Transaction, componentName: string): Span {
5555
});
5656

5757
onMount(() => {
58-
console.log('END SPAN', componentName);
5958
initSpan.end();
6059
});
6160

packages/svelte/src/preprocessors.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export const FIRST_PASS_COMPONENT_TRACKING_PREPROC_ID = 'FIRST_PASS_COMPONENT_TR
2121
export function componentTrackingPreprocessor(options?: ComponentTrackingInitOptions): PreprocessorGroup {
2222
const mergedOptions = { ...defaultComponentTrackingOptions, ...options };
2323

24-
console.log('mergedOptions', mergedOptions);
25-
2624
const visitedFiles = new Set<string>();
2725
const visitedFilesMarkup = new Set<string>();
2826

0 commit comments

Comments
 (0)