diff --git a/samy.ps1 b/samy.ps1 index a77c966..fc02f33 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -782,9 +782,6 @@ if (-not $Global:SamyTasks) { throw "SAMY cannot continue: failed to load tasks from $Script:SamyTasksUrl" } -Write-LogHybrid "Tooltip type check running. Tasks loaded: $($Global:SamyTasks.Count)" Info UI -LogToEvent - - # DEBUG: detect any Tooltip that is an array/list (will cause "mega-tooltips") $Global:SamyTasks | ForEach-Object { if ($_.PSObject.Properties.Name -contains 'Tooltip' -and @@ -794,7 +791,6 @@ $Global:SamyTasks | ForEach-Object { Write-LogHybrid "BAD TOOLTIP TYPE: Id=$($_.Id) Type=$($_.Tooltip.GetType().FullName) ValueCount=$(@($_.Tooltip).Count)" Warning UI -LogToEvent } } -Write-LogHybrid "Dumping tooltip lengths (to spot mega-tooltips)..." Info UI -LogToEvent $Global:SamyTasks | ForEach-Object { $tip = if ($_.PSObject.Properties.Name -contains 'Tooltip') { [string]$_.Tooltip } else { "" } @@ -1209,7 +1205,6 @@ function Send-JSON { } } - #endregion HTTP responder helpers function Invoke-TasksCompleted {