You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/06/05 14:32:08 UTC

[3/9] git commit: console.log removed

console.log removed


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/a6cd0a16
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/a6cd0a16
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/a6cd0a16

Branch: refs/heads/master
Commit: a6cd0a16ba034cda28c93dafa01c45929bef8eb1
Parents: 7b24dcb
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Thu Apr 24 15:01:09 2014 -0400
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Thu Apr 24 15:01:09 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/a6cd0a16/src/firefoxos/InAppBrowserProxy.js
----------------------------------------------------------------------
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';