remove comments

This commit is contained in:
Simon Vieille 2022-04-13 12:41:14 +02:00
parent 24b41bf5c7
commit 3399b255b1
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -89,8 +89,6 @@ const doInitEditor = () => {
textarea.val(JSON.stringify(editor.storeData()))
})
console.log(textarea.val())
try {
editor.loadData(JSON.parse(textarea.val()))
} catch (e) {