Skip to content

Commit 9b520c6

Browse files
committed
debugger
1 parent 547829f commit 9b520c6

File tree

1 file changed

+0
-3
lines changed
  • packages/svelte/src/internal/client/proxy

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ const handler = {
149149
},
150150

151151
get(target, prop, receiver) {
152-
if (prop === 'splice') {
153-
debugger;
154-
}
155152
if (DEV && prop === READONLY_SYMBOL) return target[READONLY_SYMBOL];
156153

157154
const metadata = target[STATE_SYMBOL];

0 commit comments

Comments
 (0)