From 3b831f87a4f25fa910a562a717baa86fafb6dbf8 Mon Sep 17 00:00:00 2001 From: firm1 Date: Thu, 11 Jun 2020 17:09:09 +0200 Subject: [PATCH] forget debug options --- src/js/easymde.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/easymde.js b/src/js/easymde.js index 682a9c7..a560398 100644 --- a/src/js/easymde.js +++ b/src/js/easymde.js @@ -2073,7 +2073,6 @@ function isLocalStorageAvailable() { } EasyMDE.prototype.autosave = function () { - console.log('save'); if (isLocalStorageAvailable()) { var easyMDE = this;