Skip to content

Commit 694c181

Browse files
committed
remove logging
1 parent 0aa1abc commit 694c181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,6 @@ export function element(anchor_node, tag_fn, render_fn, namespace) {
15731573
const render_effect_signal = render_effect(
15741574
() => {
15751575
const ns = namespace ?? tag === 'svg' ? namespace_svg : null;
1576-
console.log(anchor_node);
15771576
const next_element = tag
15781577
? current_hydration_fragment !== null
15791578
? /** @type {HTMLElement | SVGElement} */ (current_hydration_fragment[0])

0 commit comments

Comments
 (0)