# HG changeset patch # User Brendan Cully # Date 2007-06-14 23:19:58 # Node ID 9ec0a3b6a18a2d3880492a96ca7bb661c2f7ad5c # Parent 80fb4ec512b580a8960ac44b8fb0620f57519b4d convert: remove pdb call. *blush* 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()