mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add init time and query time to setting view
This commit is contained in:
@@ -21,9 +21,6 @@ namespace Wox.Plugin.CMD
|
||||
|
||||
public List<Result> Query(Query query)
|
||||
{
|
||||
Stopwatch stopwatch = new Stopwatch();
|
||||
stopwatch.Start();
|
||||
|
||||
List<Result> results = new List<Result>();
|
||||
List<Result> pushedResults = new List<Result>();
|
||||
if (query.Search == ">")
|
||||
@@ -80,8 +77,6 @@ namespace Wox.Plugin.CMD
|
||||
catch (Exception) { }
|
||||
|
||||
}
|
||||
stopwatch.Stop();
|
||||
DebugHelper.WriteLine("CMD:" + stopwatch.ElapsedMilliseconds + "ms");
|
||||
return results;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user