Skip to content

Commit 3e95d17

Browse files
committed
remove unecessary logs
1 parent 57228ce commit 3e95d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/svelte/plugin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const sveltrisReactInSvelte = createUnplugin(() => {
1515
},
1616
load(id) {
1717
if (/^sveltris-react-in-svelte.svelte\?path=/.test(id)) {
18-
console.log({ fullId: id, id: id.slice(28) });
1918
return outdent`
2019
<script>
2120
import { onMount, createEventDispatcher, onDestroy, afterUpdate } from 'svelte';

0 commit comments

Comments
 (0)