From b2c5a0ecbabfb7fe8cd79fbda1d50ea973487c79 Mon Sep 17 00:00:00 2001 From: KevinMarquette Date: Thu, 2 Feb 2017 19:46:57 -0800 Subject: [PATCH] removed bug check code --- psake.ps1 | 2 -- 1 file changed, 2 deletions(-) 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 {