removed bug check code

This commit is contained in:
KevinMarquette
2017-02-02 19:46:57 -08:00
parent 9baca4a605
commit b2c5a0ecba

View File

@@ -28,8 +28,6 @@ Task Init {
"Build System Details:"
Get-Item ENV:BH* | Format-List
"`n"
"Check for node conflict"
Get-Command node | Select-Object *
}
Task UnitTests -Depends Init {