diff --git a/htroot/js/Crawler.js b/htroot/js/Crawler.js index 27397f74f..1fba3b457 100644 --- a/htroot/js/Crawler.js +++ b/htroot/js/Crawler.js @@ -86,24 +86,6 @@ function handleStatus(){ trafCrawlerSpan = document.getElementById("trafficCrawler"); removeAllChildren(trafCrawlerSpan); trafCrawlerSpan.appendChild(document.createTextNode(Math.round((trafficCrawlerValue) / 1024 / 10.24) / 100)); - - var wordCacheSize=getValue(getFirstChild(statusTag, "wordCacheSize")); - var wordCacheMaxSize=getValue(getFirstChild(statusTag, "wordCacheMaxSize")); - - wordCacheSpan=document.getElementById("wordcacheSpan"); - removeAllChildren(wordCacheSpan); - var img; - var percent=Math.round(wordCacheSize/wordCacheMaxSize*100); - for(i=0;i