removed DebugConsole permission
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/1c5920e3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/1c5920e3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/1c5920e3 Branch: refs/heads/master Commit: 1c5920e3107be6ccc19337883ec1417cb8809b0e Parents: c7d47ac Author: Jesse MacFadyen <[email protected]> Authored: Wed Jul 10 00:57:17 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Wed Jul 10 11:09:29 2013 -0700 ---------------------------------------------------------------------- wp7/template/config.xml | 3 --- wp8/template/config.xml | 3 --- 2 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5920e3/wp7/template/config.xml ---------------------------------------------------------------------- diff --git a/wp7/template/config.xml b/wp7/template/config.xml index c8d9cfc..054d26f 100644 --- a/wp7/template/config.xml +++ b/wp7/template/config.xml @@ -43,9 +43,6 @@ <feature name="Contacts"> <param name="wp-package" value="Contacts"/> </feature> - <feature name="DebugConsole"> - <param name="wp-package" value="DebugConsole"/> - </feature> <feature name="Echo"> <param name="wp-package" value="Echo"/> </feature> http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5920e3/wp8/template/config.xml ---------------------------------------------------------------------- diff --git a/wp8/template/config.xml b/wp8/template/config.xml index c8d9cfc..054d26f 100644 --- a/wp8/template/config.xml +++ b/wp8/template/config.xml @@ -43,9 +43,6 @@ <feature name="Contacts"> <param name="wp-package" value="Contacts"/> </feature> - <feature name="DebugConsole"> - <param name="wp-package" value="DebugConsole"/> - </feature> <feature name="Echo"> <param name="wp-package" value="Echo"/> </feature>
