From 1142e57f310480c5f0ad1b3b3c037de3ef75b6a4 Mon Sep 17 00:00:00 2001 From: Andrew Ray Date: Fri, 15 Feb 2013 22:38:01 -0800 Subject: [PATCH] Removing 'Heya!' console.log message It's tacky. Addresses issue #332 --- src/editor.js | 4 ---- 1 file changed, 4 deletions(-) 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() {