editor: remove unwanted console.log

This commit is contained in:
Eragon 2022-12-15 18:49:51 +01:00
parent 5e368ac08b
commit f3b89716b7
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ function preview() {
headers
};
console.log(payload);
fetch("/api/markdown", params).then(
(response) => {
response.text().then(