We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7760f commit 718e7a1Copy full SHA for 718e7a1
1 file changed
CutCode/ViewModels/FavViewModel.cs
@@ -132,7 +132,6 @@ public bool IsSearched
132
133
public async void SearchCommand(string text)
134
{
135
- Trace.WriteLine($"this is {text}");
136
IsSearched = false;
137
if (text == "")
138
0 commit comments