jhj0517 commited on
Commit
350b86f
·
1 Parent(s): 79580b2

Remove duplicated print

Browse files
Files changed (1) hide show
  1. start-webui.ps1 +0 -1
start-webui.ps1 CHANGED
@@ -1,5 +1,4 @@
1
  if (-Not (Test-Path -Path "$PSScriptRoot\venv\Scripts")) {
2
- Write-Output "Creating venv..."
3
  & .\install.ps1
4
  }
5
 
 
1
  if (-Not (Test-Path -Path "$PSScriptRoot\venv\Scripts")) {
 
2
  & .\install.ps1
3
  }
4