static Web web_dropVis(Web web) { for (WebNode node : web_nodes(web)) node.visInfo(null); ret web; }