Skip to content

Commit e108120

Browse files
committed
oops
1 parent c44b8ce commit e108120

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
@@ -137,7 +137,6 @@ export function hydrate(component, options) {
137137
if (error !== HYDRATION_ERROR) {
138138
// eslint-disable-next-line no-console
139139
console.warn('Failed to hydrate: ', error);
140-
console.error(error);
141140
}
142141

143142
if (options.recover === false) {

0 commit comments

Comments
 (0)