From f3b89716b7659b33203c0c4180aa830e2019b420 Mon Sep 17 00:00:00 2001 From: Eragon Date: Thu, 15 Dec 2022 18:49:51 +0100 Subject: [PATCH] editor: remove unwanted console.log --- app/static/scripts/editor.js | 2 -- 1 file changed, 2 deletions(-) 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(