Remove debug codes

This commit is contained in:
Jack251970 2025-03-31 18:07:02 +08:00
parent 63b27ae844
commit 0963a6c467

View file

@ -1230,15 +1230,6 @@ namespace Flow.Launcher.ViewModel
true => Task.CompletedTask
}).ToArray();
foreach (var plugin in plugins)
{
if (!plugin.Metadata.Disabled)
{
System.Diagnostics.Debug.Write($"{plugin.Metadata.Name}, ");
}
}
System.Diagnostics.Debug.Write("\n");
try
{
// Check the code, WhenAll will translate all type of IEnumerable or Collection to Array, so make an array at first