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
+++ 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()