console.log removed

This commit is contained in:
Piotr Zalewa 2014-04-24 15:01:09 -04:00
parent 7b24dcb3dd
commit a6cd0a16ba

View File

@ -69,7 +69,6 @@ var IABExecs = {
});
function updateIframeSizeNoLocation() {
console.log('hey');
browserWrap.style.width = window.innerWidth + 'px';
browserWrap.style.height = window.innerHeight + 'px';
browserWrap.browser.style.height = (window.innerHeight - 60) + 'px';