From 5b6fd565b9814a4a398890d4116a263c7ea99295 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Wed, 10 Nov 2021 20:19:21 -0500 Subject: [PATCH] remove testing lines... --- Tools.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Tools.ps1 b/Tools.ps1 index d9d120d..069060c 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -580,7 +580,4 @@ function Unzip-Object ([Parameter(ValueFromPipeline=$true)][string]$path) { } Setup-MSPDirectories -Setup-LogFile - -#Zip-Object "C:\Users\dyoder\Desktop\wifi" -Unzip-Object "C:\Users\dyoder\Desktop\wifi.zip" \ No newline at end of file +Setup-LogFile \ No newline at end of file