Explorar o código

comment out debug code

Daniel Sheffield hai 2 semanas
pai
achega
f596adcd2c
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      park.ps1

+ 5 - 5
park.ps1

@@ -38,11 +38,11 @@ $SourcePath = (Resolve-Path $Dir).Path
 $SourceRoot = [System.IO.Path]::GetFullPath($SourcePath)
 $SourceRoot = Join-Path $SourceRoot $Package
 $TargetRoot = [System.IO.Path]::GetFullPath($Target)
-Write-Host "Parameters:"
-foreach ($param in $MyInvocation.MyCommand.Parameters.Keys) {
-    $value = Get-Variable -Name $param -ValueOnly -ErrorAction SilentlyContinue
-    Write-Host "$param = $value"
-}
+#Write-Host "Parameters:"
+#foreach ($param in $MyInvocation.MyCommand.Parameters.Keys) {
+#    $value = Get-Variable -Name $param -ValueOnly -ErrorAction SilentlyContinue
+#    Write-Host "$param = $value"
+#}
 
 function Is-Under($child, $parent) {
     $child = [System.IO.Path]::GetFullPath($child)