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