##// END OF EJS Templates
convert: remove pdb call. *blush*
Brendan Cully -
r4591:9ec0a3b6 default
parent child Browse files
Show More
@@ -56,8 +56,6 b' class convert(object):'
56 self.readauthormap(authorfile)
56 self.readauthormap(authorfile)
57 # Extend/Override with new author map if necessary
57 # Extend/Override with new author map if necessary
58 if opts.get('authors'):
58 if opts.get('authors'):
59 import pdb
60 pdb.set_trace()
61 self.readauthormap(opts.get('authors'))
59 self.readauthormap(opts.get('authors'))
62 self.authorfile = self.dest.authorfile()
60 self.authorfile = self.dest.authorfile()
63
61
General Comments 0
You need to be logged in to leave comments. Login now