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

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

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

remove several console.log messages specific to tizen
(keep them in comments for now)


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

Branch: refs/heads/master
Commit: 06c9d99726643e7abb55a4c46e1a81f6f64cbc0b
Parents: 4679795
Author: pplaquette <pp...@apache.org>
Authored: Fri May 17 16:09:26 2013 +0200
Committer: pplaquette <pp...@apache.org>
Committed: Fri May 17 16:09:26 2013 +0200

----------------------------------------------------------------------
 lib/tizen/plugin/tizen/Camera.js |    4 ++--
 lib/tizen/plugin/tizen/Device.js |    4 ++--
 lib/tizen/plugin/tizen/Media.js  |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/06c9d997/lib/tizen/plugin/tizen/Camera.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Camera.js b/lib/tizen/plugin/tizen/Camera.js
index 1449f7b..06e134c 100644
--- a/lib/tizen/plugin/tizen/Camera.js
+++ b/lib/tizen/plugin/tizen/Camera.js
@@ -23,7 +23,7 @@
 var Camera = require('cordova/plugin/CameraConstants');
 
 
-console.log("TIZEN CAMERA START");
+//console.log("TIZEN CAMERA START");
 
 function cameraMakeReplyCallback(successCallback, errorCallback) {
     return {
@@ -105,4 +105,4 @@ module.exports = {
         }
 };
 
-console.log("TIZEN CAMERA END");
+//console.log("TIZEN CAMERA END");

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/06c9d997/lib/tizen/plugin/tizen/Device.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Device.js b/lib/tizen/plugin/tizen/Device.js
index daeb5ec..8b88dfb 100644
--- a/lib/tizen/plugin/tizen/Device.js
+++ b/lib/tizen/plugin/tizen/Device.js
@@ -22,7 +22,7 @@
 /*global tizen:false */
 var channel = require('cordova/channel');
 
-console.log("TIZEN DEVICE START");
+//console.log("TIZEN DEVICE START");
 
 
 // Tell cordova channel to wait on the CordovaInfoReady event - PPL is this useful?
@@ -59,6 +59,6 @@ Device.prototype.getDeviceInfo = function() {
 
 module.exports = new Device();
 
-console.log("TIZEN DEVICE END");
+//console.log("TIZEN DEVICE END");
 
 

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/06c9d997/lib/tizen/plugin/tizen/Media.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Media.js b/lib/tizen/plugin/tizen/Media.js
index 8502f42..e3161d2 100644
--- a/lib/tizen/plugin/tizen/Media.js
+++ b/lib/tizen/plugin/tizen/Media.js
@@ -23,7 +23,7 @@
 var MediaError = require('cordova/plugin/MediaError'),
     audioObjects = {};
 
-console.log("TIZEN MEDIA START");
+//console.log("TIZEN MEDIA START");
 
 module.exports = {
 
@@ -213,5 +213,5 @@ module.exports = {
     }
 };
 
-console.log("TIZEN MEDIA END");
+//console.log("TIZEN MEDIA END");