diff --git a/app/static/scripts/editor.js b/app/static/scripts/editor.js index 43c924d..7464ab7 100644 --- a/app/static/scripts/editor.js +++ b/app/static/scripts/editor.js @@ -278,8 +278,6 @@ function preview() { headers }; - console.log(payload); - fetch("/api/markdown", params).then( (response) => { response.text().then(