From 68bb8f25298b26720da17867fce68fd1b54a5a08 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 12 Apr 2022 14:47:15 +0800 Subject: [PATCH] chore: remove debugger --- packages/runtime-core/src/componentProps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/runtime-core/src/componentProps.ts b/packages/runtime-core/src/componentProps.ts index ad691607608..6b267ad1444 100644 --- a/packages/runtime-core/src/componentProps.ts +++ b/packages/runtime-core/src/componentProps.ts @@ -197,7 +197,6 @@ export function updateProps( rawPrevProps: Data | null, optimized: boolean ) { - debugger const { props, attrs,