You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/10/22 17:45:19 UTC

[09/25] js commit: [All] remove mistaken windows only debug message (cherry picked from commit 52ce7be6dc835f83c324cd01c7539a1d164e8b5d)

[All] remove mistaken windows only debug message
(cherry picked from commit 52ce7be6dc835f83c324cd01c7539a1d164e8b5d)


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

Branch: refs/heads/2.9.x
Commit: d3ba335b83e5a153c2cf6c1ceb2e09c95116faed
Parents: e4193f9
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 9 21:54:42 2013 -0700
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Oct 22 11:35:45 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/d3ba335b/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(){}
     };