author | Brendan Cully <brendan@kublai.com> |
Thu, 14 Jun 2007 16:19:58 -0700 | |
changeset 4591 | 9ec0a3b6a18a |
parent 4590 | 80fb4ec512b5 |
child 4592 | 5243cece3d97 |
--- a/hgext/convert/__init__.py Thu Jun 14 16:12:08 2007 -0700 +++ b/hgext/convert/__init__.py Thu Jun 14 16:19:58 2007 -0700 @@ -56,8 +56,6 @@ self.readauthormap(authorfile) # Extend/Override with new author map if necessary if opts.get('authors'): - import pdb - pdb.set_trace() self.readauthormap(opts.get('authors')) self.authorfile = self.dest.authorfile()