From a6cd0a16ba034cda28c93dafa01c45929bef8eb1 Mon Sep 17 00:00:00 2001
From: Piotr Zalewa <piotr@zalewa.info>
Date: Thu, 24 Apr 2014 15:01:09 -0400
Subject: [PATCH] console.log removed

---
 src/firefoxos/InAppBrowserProxy.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js
index 1427ea0..f05689d 100644
--- a/src/firefoxos/InAppBrowserProxy.js
+++ b/src/firefoxos/InAppBrowserProxy.js
@@ -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';