remove debug code

This commit is contained in:
hakimel 2013-01-21 13:06:22 -05:00
parent 63a53e9dd1
commit 0d66c91e8e
1 changed files with 0 additions and 1 deletions

View File

@ -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 : '/';
});