hgext/convert/__init__.py
changeset 4591 9ec0a3b6a18a
parent 4590 80fb4ec512b5
child 4635 63b9d2deed48
--- 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()