Skip to content

Commit

Permalink
Fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 8, 2017
1 parent 6f8bbf6 commit 3aba0b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/commands/inline_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ class GsInlineDiffNavigateHunkCommand(GsNavigate):
offset = 0

def get_available_regions(self):
print(diff_view_hunks[self.view.id()])
return [
sublime.Region(
self.view.text_point(hunk.section_start, 0),
Expand Down

0 comments on commit 3aba0b1

Please sign in to comment.