diff options
Diffstat (limited to 'htroot/WebStructurePicture_p.java')
| -rw-r--r-- | htroot/WebStructurePicture_p.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/WebStructurePicture_p.java b/htroot/WebStructurePicture_p.java index 637d3450f..121aec269 100644 --- a/htroot/WebStructurePicture_p.java +++ b/htroot/WebStructurePicture_p.java @@ -93,7 +93,7 @@ public class WebStructurePicture_p { try { hash = (new yacyURL("http://" + host, null)).hash().substring(6); } catch (final MalformedURLException e) {e.printStackTrace();} - assert (sb.webStructure.outgoingReferences(hash) != null); + //assert (sb.webStructure.outgoingReferences(hash) != null); // recursively find domains, up to a specific depth final ymageGraph graph = new ymageGraph(); |
