You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/08/20 23:26:05 UTC

[2/4] git commit: removed extraneous print statement

removed extraneous print statement


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

Branch: refs/heads/dev
Commit: de12a716c9cd15af45ec3b61ba0f0138829660b2
Parents: 4ed3ebf
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Aug 20 14:25:27 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Aug 20 14:25:27 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/index.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/de12a716/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index 74a369c..639ac64 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -64,7 +64,6 @@ module.exports = {
                 cordova: "dev"
             };
 
-        console.log("BSOBSTEUHSOETUHSOH");
         result.ok(info);
     }
 };