2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Merge pull request #204 from firm1/fix_181

forget debug options
This commit is contained in:
Jeroen Akkerman 2020-06-11 17:15:20 +02:00 committed by GitHub
commit 531a0e6227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2077,7 +2077,6 @@ function isLocalStorageAvailable() {
}
EasyMDE.prototype.autosave = function () {
console.log('save');
if (isLocalStorageAvailable()) {
var easyMDE = this;