From 0963a6c46783c5ba8152606986399afbc1a651b9 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 31 Mar 2025 18:07:02 +0800 Subject: [PATCH] Remove debug codes --- Flow.Launcher/ViewModel/MainViewModel.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index caedb44c0..17e4b55b7 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -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