From: Aleksander Ɓukasz Date: Wed, 24 Apr 2013 15:21:13 +0000 (+0200) Subject: cleanup X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/3b3aa4e20f87109394f27e7582dbc529e583dcd5 cleanup --- diff --git a/modules/visualEditor.js b/modules/visualEditor.js index 7f7bc2e..8c5296e 100644 --- a/modules/visualEditor.js +++ b/modules/visualEditor.js @@ -71,9 +71,6 @@ rng.modules.visualEditor = function(sandbox) { var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { - if(mutation.addedNodes.length > 0) { - console.log(mutation.addedNodes); - } _.each(mutation.addedNodes, function(node) { node = $(node); node.parent().find('[wlxml-tag]').each(function() {