Skip to content

Commit dd814ff

Browse files
committed
Remove log
1 parent 2dfb6ca commit dd814ff

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import 'preact/debug';
22
import clientFn from './client.js';
3-
//
3+
44
export default clientFn;

packages/integrations/svelte/client.svelte.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const existingApplications = new WeakMap();
55

66
export default (element) => {
77
return async (Component, props, slotted, { client }) => {
8-
console.log('Svelte client integration', { Component, props, slotted, client });
98
if (!element.hasAttribute('ssr')) return;
109

1110
let children = undefined;

0 commit comments

Comments
 (0)