Removed console.log & added readme discord badge

This commit is contained in:
Dan Brown 2019-08-11 20:30:51 +01:00
parent 20c36d58a6
commit 4de432b50d
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
[![GitHub release](https://img.shields.io/github/release/BookStackApp/BookStack.svg)](https://github.com/BookStackApp/BookStack/releases/latest)
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/BookStackApp/BookStack/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/BookStackApp/BookStack.svg)](https://travis-ci.org/BookStackApp/BookStack)
[![Discord](https://img.shields.io/static/v1?label=Chat&message=Discord&color=738adb&logo=discord)](https://discord.gg/ztkBqR2)
A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/.

View File

@ -557,7 +557,6 @@ class WysiwygEditor {
});
function editorChange() {
console.log('CHANGE');
let content = editor.getContent();
window.$events.emit('editor-html-change', content);
}