mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove debug codes
This commit is contained in:
parent
63b27ae844
commit
0963a6c467
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue