mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Remove console print statement
This commit is contained in:
@@ -34,7 +34,6 @@ namespace Wox.Plugin.Indexer.SearchHelper
|
|||||||
// col 0 is our path in display format
|
// col 0 is our path in display format
|
||||||
if (WDSResults.GetString(0) != null)
|
if (WDSResults.GetString(0) != null)
|
||||||
{
|
{
|
||||||
//Console.WriteLine("{0}", WDSResults.GetString(0));
|
|
||||||
var result = new SearchResult { Path = WDSResults.GetString(0) };
|
var result = new SearchResult { Path = WDSResults.GetString(0) };
|
||||||
yield return result;
|
yield return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user