You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/07/10 06:55:35 UTC

js commit: [All] remove mistaken windows only debug message

Updated Branches:
  refs/heads/master c2a6ba1cb -> 52ce7be6d


[All] remove mistaken windows only debug message


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/52ce7be6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/52ce7be6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/52ce7be6

Branch: refs/heads/master
Commit: 52ce7be6dc835f83c324cd01c7539a1d164e8b5d
Parents: c2a6ba1
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 9 21:54:42 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 9 21:54:42 2013 -0700

----------------------------------------------------------------------
 lib/cordova.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/52ce7be6/lib/cordova.js
----------------------------------------------------------------------
diff --git a/lib/cordova.js b/lib/cordova.js
index 0a566bb..5e4e1b4 100644
--- a/lib/cordova.js
+++ b/lib/cordova.js
@@ -99,7 +99,6 @@ function createEvent(type, data) {
 }
 
 if(typeof window.console === "undefined") {
-    window.external.Notify("console was undefined, in cordova.js fixing it.");
     window.console = {
         log:function(){}
     };