Skip to content

Commit

Permalink
Remove the commented-out variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Jul 23, 2013
1 parent c563745 commit 97b8eef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pg_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,6 @@ def show_collector_data(self, collector, clock=False):
statuses = self.data[collector]['statuses']
align = self.data[collector]['align']
header = self.data[collector].get('header', False) or False
# prefix = self.data[collector]['prefix']
append_column_headers = self.data[collector].get('append_column_headers', False)
highlights = self.data[collector]['highlights']
types = self.data[collector]['types']
Expand Down

0 comments on commit 97b8eef

Please sign in to comment.