X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fpretty.py;h=9498aac1fd0976de6f71017a8143920f289d13a9;hb=87121ca63d2b95bb155ea2adc5fd7c61d5cddcbe;hp=9a896ee3d7c74a4064fbced93c60ad2b85699858;hpb=2e0fbfbdfd45bf70b92d8fa3866bcbbd2f49fe64;p=sfa.git diff --git a/sfatables/pretty.py b/sfatables/pretty.py index 9a896ee3..9498aac1 100644 --- a/sfatables/pretty.py +++ b/sfatables/pretty.py @@ -25,8 +25,6 @@ class Pretty: cur_line = "" num = 0 - import pdb - pdb.set_trace() for r in rule: cur_line = cur_line + "%s "%r if (self.column_width[num] > len(r)):