From: Fredrik Unger Date: Wed, 6 Apr 2011 20:52:02 +0000 (+0200) Subject: Commenting out printing of the digraph for sitemap. X-Git-Tag: v1.0~18 X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=commitdiff_plain;h=7cb8343499814446512fd4133bdfc206a6617614 Commenting out printing of the digraph for sitemap. Will need a cleanup once decided on how graphviz will be used. --- 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"""