From 7f4cd0ed646b93f1b0213e162a0cc87050bf73d9 Mon Sep 17 00:00:00 2001 From: Achilleas Date: Thu, 19 Sep 2013 14:25:28 +0200 Subject: [PATCH] Remove unprofessional console.log spam. The spam message is not something that you are waiting to see when you open your console. Imagine all plugins doing this: "Thanks for using this plugin, please buy Coca Cola." --- src/editor.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/editor.js b/src/editor.js index 5a8d0728..900770c5 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() { @@ -176,4 +172,4 @@ }); } }); -})(wysihtml5); \ No newline at end of file +})(wysihtml5);