From 62ae44452c19cb267a2df29606381f67ecd48e62 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 20 Dec 2025 23:42:09 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 9 --------- 1 file changed, 9 deletions(-) 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) {