changeset 5114: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 2ffe3e2a1ac2
files hgext/convert/subversion.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/subversion.py
+++ b/hgext/convert/subversion.py
@@ -303,7 +303,6 @@ class convert_svn(converter_source):
         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