diff --git a/samy.ps1 b/samy.ps1 index c856245..180eddf 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -765,15 +765,6 @@ function Get-SamyTasks { #region building the Menus - # Define every task once here: - # Id → checkbox HTML `id` - # Name → URL path (`/Name`) - # Label → user-visible text - # HandlerFn → the PowerShell function to invoke - # Page → which tab/page it appears on - - - $Global:SamyTasks = Get-SamyTasks -Url $Script:SamyTasksUrl if (-not $Global:SamyTasks) {