##// END OF EJS Templates
convert: svn: remove debugging message
Brendan Cully -
r5122:487659a9 default
parent child Browse files
Show More
@@ -359,7 +359,6 class convert_svn(converter_source):
359 359 self.reparent(self.module)
360 360
361 361 for path, ent in paths:
362 self.ui.write("path %s\n" % path)
363 362 entrypath = get_entry_from_path(path, module=self.module)
364 363 entry = entrypath.decode(self.encoding)
365 364
General Comments 0
You need to be logged in to leave comments. Login now