Skip to content

Commit 06e7e30

Browse files
committed
chore: Remove debug statement
1 parent 5cb2379 commit 06e7e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_InitializeRepository.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Begin
7777
function DeleteThisScript
7878
{
7979
[string] $scriptPath = Join-Path -Path $PSScriptRoot -ChildPath '_InitializeRepository.ps1'
80-
Write-Output "Script path to delete is: $scriptPath"
8180
[string] $deleteCommand = "-ExecutionPolicy Bypass -NoProfile -Command `"Start-Sleep -Seconds 1; Remove-Item -Path '$scriptPath' -Force`""
8281

8382
$powerShellVersion = $PSVersionTable.PSVersion.Major

0 commit comments

Comments
 (0)