diff --git a/hgext/convert/__init__.py b/hgext/convert/__init__.py --- a/hgext/convert/__init__.py +++ b/hgext/convert/__init__.py @@ -56,8 +56,6 @@ class convert(object): 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()