Repository: cordova-windows
Updated Branches:
  refs/heads/master d392ec33a -> 31bac4280


CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by 
PS


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/31bac428
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/31bac428
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/31bac428

Branch: refs/heads/master
Commit: 31bac42808e56a2239cbda07a02794147ebafb8b
Parents: d392ec3
Author: sgrebnov <[email protected]>
Authored: Wed Aug 27 11:51:58 2014 +0400
Committer: sgrebnov <[email protected]>
Committed: Wed Aug 27 11:51:58 2014 +0400

----------------------------------------------------------------------
 windows/template/cordova/lib/ApplyPlatformConfig.ps1 | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/31bac428/windows/template/cordova/lib/ApplyPlatformConfig.ps1
----------------------------------------------------------------------
diff --git a/windows/template/cordova/lib/ApplyPlatformConfig.ps1 
b/windows/template/cordova/lib/ApplyPlatformConfig.ps1
index f4d4723..93f49a8 100644
--- a/windows/template/cordova/lib/ApplyPlatformConfig.ps1
+++ b/windows/template/cordova/lib/ApplyPlatformConfig.ps1
@@ -210,7 +210,6 @@ Function Get-Access-Rules ()
   $acls = @()
  
   $aclsAll | foreach {
-      $_
       if ($_.StartsWith("https://","CurrentCultureIgnoreCase";) -or ($_ -eq 
"*")) {
         $acls += $_
       } else {

Reply via email to