From cf60eec8759101b7042fdc58617da5605e53072a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 7 Jan 2010 21:28:13 +0000 Subject: [PATCH] forgot to comment this out svn: r17550 --- collects/meta/tree/svn-tree.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/meta/tree/svn-tree.ss b/collects/meta/tree/svn-tree.ss index ccde6b9284..42b450ffc9 100644 --- a/collects/meta/tree/svn-tree.ss +++ b/collects/meta/tree/svn-tree.ss @@ -83,6 +83,7 @@ (define (get-plt-svn-tree) (get-svn-tree "http://svn.plt-scheme.org/plt/trunk/")) - +#| (tree-for-each (lambda (t) (printf "~a\n" (tree-path t))) (time (get-svn-tree "file:///home/svn/plt/trunk/"))) +|#