Explorar o código

remove debug code

hakimel %!s(int64=11) %!d(string=hai) anos
pai
achega
0d66c91e8e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      plugin/notes/notes.html

+ 0 - 1
plugin/notes/notes.html

@@ -105,7 +105,6 @@
 				// ASEEMK: fix for calling talk may not be at index.html.
 				var iframes = document.querySelectorAll( '.slides iframe' );
 				[].slice.call(iframes).forEach(function (iframe) {
-					console.log(window.opener);
 					iframe.src = window.opener ? window.opener.location.href : '/';
 				});