Skip to content

Commit cd18bcb

Browse files
author
MSys
committed
remove echo message from Get-PowershellVersion
Signed-off-by: MSys <[email protected]>
1 parent e8e788d commit cd18bcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ChefExtensionHandler/bin/shared.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ function Chef-SetCustomEnvVariables($envHash, $powershellVersion)
9090
}
9191

9292
function Get-PowershellVersion {
93-
echo "Get PowershellVersion function"
9493
if(!$powershellVersion)
9594
{
96-
echo "Get PowershellVersion from PSVersionTable"
9795
$global:powershellVersion = $PSVersionTable.PSVersion.Major
9896
}
9997
$powershellVersion

0 commit comments

Comments
 (0)