comment out debugging info

pull/1/head
ansuz 2017-07-13 10:57:51 +02:00
parent 7a225af11e
commit 9707433944
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ define([
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === 'childList') {
console.log(el.outerHTML);
//console.log(el.outerHTML);
var list_values = [].slice.call(el.children);
mediaMap[el.getAttribute('src')] = list_values;
}