Skip to content

Commit

Permalink
Fix duplicate text
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed May 7, 2024
1 parent 53ba9cf commit 56a10f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugin/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ impl Plugin {

ui.text_colored(grey, "Skill cache");
ui.text(format!("Overrides: {}", SkillMap::overrides()));
ui.same_line();
ui.text(SkillMap::overrides().to_string());
ui.text(format!("Cached: {}", self.skills.cached()));
if ui.button("Reset##skills") {
self.skills.reset();
Expand Down

0 comments on commit 56a10f5

Please sign in to comment.