Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Skytap.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ if ($PSBoundParameters['Debug']) {
$DebugPreference = 'Continue'
}

if ($PSVersionTable.PSVersion.major -lt 4) {
write-host "This module requires Powershell Version 4" -foregroundcolor "magenta"
return
}

function LogWrite ([string]$logthis) { # logwrite INFO This is Info -- logwrite DEBUG this is debuggin
$d = get-date -f o
#$loglevel = $logString.split(" ")[0]
Expand Down
Binary file modified skytap.psd1
Binary file not shown.