Remove commented out print statements.
This commit is contained in:
parent
402cbed8fa
commit
bc340fbf0d
35 changed files with 0 additions and 103 deletions
|
|
@ -1008,8 +1008,6 @@ class PrettyTable(object):
|
|||
if self.rowcount == 0 and (not options["print_empty"] or not options["border"]):
|
||||
return ""
|
||||
|
||||
#print "prettytable:", self._rows
|
||||
|
||||
# Get the rows we need to print, taking into account slicing, sorting, etc.
|
||||
rows = self._get_rows(options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue