提交 f1f7ddd4 编写于 作者: J Jared Parsons

Remove unneeded debugging line

上级 e9c0d8f3
......@@ -363,7 +363,6 @@ function Get-MSBuildDir([switch]$xcopy = $false) {
# Dose this version of Visual Studio meet our minimum requirements for building.
function Test-SupportedVisualStudioVersion([string]$version) {
if (-not ($version -match "^([\d.]+)(\+|-)?.*$")) {
Write-Host "here"
return $false
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册