Remove debugging text
This commit is contained in:
parent
942ba78f16
commit
7f5d4e4003
|
@ -372,7 +372,6 @@
|
|||
/>
|
||||
{/key}
|
||||
{:else if mode === BindingMode.JavaScript}
|
||||
Binding panel {jsValue}
|
||||
{#key jsCompletions}
|
||||
<CodeEditor
|
||||
value={jsValue ? decodeJSBinding(jsValue) : ""}
|
||||
|
|
Loading…
Reference in New Issue