Remove debugging text

This commit is contained in:
Dean 2025-01-30 11:57:35 +00:00
parent 942ba78f16
commit 7f5d4e4003
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@
/>
{/key}
{:else if mode === BindingMode.JavaScript}
Binding panel {jsValue}
{#key jsCompletions}
<CodeEditor
value={jsValue ? decodeJSBinding(jsValue) : ""}