Skip to content

Commit 0963a6c

Browse files
committed
Remove debug codes
1 parent 63b27ae commit 0963a6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,15 +1230,6 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
12301230
true => Task.CompletedTask
12311231
}).ToArray();
12321232

1233-
foreach (var plugin in plugins)
1234-
{
1235-
if (!plugin.Metadata.Disabled)
1236-
{
1237-
System.Diagnostics.Debug.Write($"{plugin.Metadata.Name}, ");
1238-
}
1239-
}
1240-
System.Diagnostics.Debug.Write("\n");
1241-
12421233
try
12431234
{
12441235
// Check the code, WhenAll will translate all type of IEnumerable or Collection to Array, so make an array at first

0 commit comments

Comments
 (0)