From 3b3aa4e20f87109394f27e7582dbc529e583dcd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 24 Apr 2013 17:21:13 +0200 Subject: [PATCH] cleanup --- modules/visualEditor.js | 3 --- 1 file changed, 3 deletions(-) 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() { -- 2.20.1