Remove log

This commit is contained in:
George Berezhnoy 2017-04-24 13:08:07 +03:00
parent f0e92915ad
commit cf1734d1b6
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -245,8 +245,6 @@ module.exports = function (paste) {
newNode = document.createDocumentFragment();
console.log(node.childNodes);
node.childNodes.forEach(function (current) {
if (current instanceof window.Text && current.data.trim() === '') {