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:07 UTC

[4/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/951cd4ce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/951cd4ce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/951cd4ce

Branch: refs/heads/master
Commit: 951cd4ce3017c93f4e64c4d7ed7533f353a24203
Parents: 5480138
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:59 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/951cd4ce/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);
     }
 };