Commenting out printing of the digraph for sitemap.
[treecutter.git] / 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"""