Skip to content

Commit

Permalink
debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Dec 11, 2023
1 parent 547829f commit 9b520c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/svelte/src/internal/client/proxy/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ const handler = {
},

get(target, prop, receiver) {
if (prop === 'splice') {
debugger;
}
if (DEV && prop === READONLY_SYMBOL) return target[READONLY_SYMBOL];

const metadata = target[STATE_SYMBOL];
Expand Down

0 comments on commit 9b520c6

Please sign in to comment.