diff --git a/psake.ps1 b/psake.ps1 index 45076bd..b51af94 100644 --- a/psake.ps1 +++ b/psake.ps1 @@ -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 {