Mercurial > hg
changeset 4591:9ec0a3b6a18a
convert: remove pdb call. *blush*
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 14 Jun 2007 16:19:58 -0700 |
parents | 80fb4ec512b5 |
children | 5243cece3d97 |
files | hgext/convert/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()