From 7cb8343499814446512fd4133bdfc206a6617614 Mon Sep 17 00:00:00 2001 From: Fredrik Unger Date: Wed, 6 Apr 2011 22:52:02 +0200 Subject: [PATCH] Commenting out printing of the digraph for sitemap. Will need a cleanup once decided on how graphviz will be used. --- src/tree-cutter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree-cutter.py b/src/tree-cutter.py index 0b72e6b..28b8669 100755 --- a/src/tree-cutter.py +++ b/src/tree-cutter.py @@ -231,7 +231,7 @@ class Trie(): self._graph(self._root, G) # G.layout('dot') # G.draw('g.png') - print G.string() +# print G.string() class Sitemap(): """Class keeping the internal site structure""" -- 2.30.2