changeset 4:5b9d129c02f2

remove leftover debug code
author Robin Farine <robin.farine@terminus.org>
date Sat, 22 Jul 2006 00:14:46 +0200
parents f51a766973c4
children 7648fb26fde9
files forest.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/forest.py	Fri Jul 21 10:10:35 2006 +0100
+++ b/forest.py	Sat Jul 22 00:14:46 2006 +0200
@@ -220,7 +220,6 @@
         if destpfx and not os.path.exists(destpfx):
             os.makedirs(destpfx)
         ui.write("[%s]\n" % root[0])
-        print root[0], root[1], root[2]
         commands.clone(ui, root[1], root[2], **opts)