[cig-commits] commit: remove leftover debug code

Mercurial hg at geodynamics.org
Mon Nov 24 11:26:46 PST 2008


changeset:   4:5b9d129c02f2
user:        Robin Farine <robin.farine at terminus.org>
date:        Sat Jul 22 00:14:46 2006 +0200
files:       forest.py
description:
remove leftover debug code


diff -r f51a766973c4 -r 5b9d129c02f2 forest.py
--- 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 @@ def clone(ui, source, dest, **opts):
         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)
 
 



More information about the CIG-COMMITS mailing list