Skip to content

Commit

Permalink
Other: remove unneccessary refresh for blame view
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Aug 3, 2017
1 parent 2d3711d commit 15ee004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/util/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ def refresh_gitsavvy(view, refresh_sidebar=False, refresh_status_bar=True):

if view.settings().get("git_savvy.interface") is not None:
view.run_command("gs_interface_refresh")
if view.settings().get("git_savvy.branch_commit_history_view") is not None:
view.run_command("gs_branches_diff_commit_history_refresh")
if view.settings().get("git_savvy.blame_view") is not None:
view.run_command("gs_blame_refresh")

if refresh_status_bar:
view.run_command("gs_update_status_bar")
Expand Down

0 comments on commit 15ee004

Please sign in to comment.