diff hgext/convert/subversion.py @ 5141:bcf6ba3fcbe4

Removed debug print from convert/subversion.py
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:01:20 +0200
parents 792c1d979097
children d4fa6bafc43a
line wrap: on
line diff
--- a/hgext/convert/subversion.py	Tue Aug 07 09:56:21 2007 +0200
+++ b/hgext/convert/subversion.py	Tue Aug 07 10:01:20 2007 +0200
@@ -303,7 +303,6 @@
         except SubversionException:
             dirent = None
         if not dirent:
-            print self.base, path
             raise util.Abort('%s not found up to revision %d' % (path, stop))
 
         return dirent.created_rev