Merge pull request #204 from firm1/fix_181

forget debug options
pull/205/head
Jeroen Akkerman 4 years ago committed by GitHub
commit 531a0e6227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save