diff --git a/src/editor.js b/src/editor.js index 5a8d0728..068bfb99 100644 --- a/src/editor.js +++ b/src/editor.js @@ -94,10 +94,6 @@ this.toolbar = new wysihtml5.toolbar.Toolbar(this, this.config.toolbar); } }); - - try { - console.log("Heya! This page is using wysihtml5 for rich text editing. Check out https://github.com/xing/wysihtml5"); - } catch(e) {} }, isCompatible: function() {