Commenting out printing of the digraph for sitemap.
authorFredrik Unger <fred@tree.se>
Wed, 6 Apr 2011 20:52:02 +0000 (22:52 +0200)
committerFredrik Unger <fred@tree.se>
Wed, 6 Apr 2011 20:52:02 +0000 (22:52 +0200)
Will need a cleanup once decided on how graphviz will be used.

src/tree-cutter.py

index 0b72e6b5a0d7e36b0f5295b704e49c2b917cc92f..28b8669ed8efe115609d2979d11703952146b6d4 100755 (executable)
@@ -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"""