Skip to content

Commit

Permalink
code gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Jan 9, 2023
1 parent 361ca90 commit f19aa23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/RepoGovernance.Web/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ public async Task<IActionResult> Index()
}
}
}
//foreach (RepoLanguage repoLanguage in summaryItem.RepoLanguages)
//{
// Debug.WriteLine(summaryItem.Repo + ":" + repoLanguage.Name + ":" + repoLanguage.Total);
//}
}
//Update the percent
foreach (KeyValuePair<string, int> sortedLanguage in repoLanguagesDictonary.OrderByDescending(x => x.Value))
Expand Down

0 comments on commit f19aa23

Please sign in to comment.