Skip to content

Commit

Permalink
Get rid of debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Jan 18, 2022
1 parent 898ea84 commit 43ff8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion YAFC/Workspace/SummaryView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected void BuildSummaryTable(ImGui gui, ProjectPage page)
{
if (!searchQuery.Match(goodInfo.Key))
{
Console.WriteLine("skip=" + goodInfo.Key);
continue;
}

Expand Down

0 comments on commit 43ff8fe

Please sign in to comment.