Skip to content

Commit 718e7a1

Browse files
committed
Fixed Issues related to sorting and add search algorithm
1 parent 5e7760f commit 718e7a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CutCode/ViewModels/FavViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public bool IsSearched
132132

133133
public async void SearchCommand(string text)
134134
{
135-
Trace.WriteLine($"this is {text}");
136135
IsSearched = false;
137136
if (text == "")
138137
{

0 commit comments

Comments
 (0)