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

[21/26] js commit: [CB-3396] [Tizen , Tizen SDK 2.0 (Magnolia)]

[CB-3396] [Tizen , Tizen SDK 2.0 (Magnolia)]

remove a few more console messages from platform.js
(keeping them in comments for now)

note that CB 33-96 commit were previously titled as [ Tizen, Tizen SDK 2.0 (Magnolia)]
or  [ Tizen, Tizen SDK 2.0 ] before I had a JIRA Ticket


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

Branch: refs/heads/3.0.0
Commit: 1484b8eb2df0a0782ef316237c7e719460c8edf2
Parents: 06c9d99
Author: pplaquette <pp...@apache.org>
Authored: Fri May 17 16:17:46 2013 +0200
Committer: pplaquette <pp...@apache.org>
Committed: Fri May 17 16:17:46 2013 +0200

----------------------------------------------------------------------
 lib/tizen/platform.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/1484b8eb/lib/tizen/platform.js
----------------------------------------------------------------------
diff --git a/lib/tizen/platform.js b/lib/tizen/platform.js
index 61d7b39..afaa691 100644
--- a/lib/tizen/platform.js
+++ b/lib/tizen/platform.js
@@ -26,7 +26,7 @@ module.exports = {
     id: "tizen",
     initialize: function() {
 
-        console.log("TIZEN PLATFORM initialize start");
+        //console.log("TIZEN PLATFORM initialize start");
 
         var modulemapper = require('cordova/modulemapper');
 
@@ -36,7 +36,7 @@ module.exports = {
 
         modulemapper.mapModules(window);
 
-        console.log("TIZEN PLATFORM initialize end");
+        //console.log("TIZEN PLATFORM initialize end");
 
     }
 };