Removing some debug output
This commit is contained in:
parent
218d3dfa3c
commit
c9c3bf4e17
4 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@ public class AboutController extends VitroHttpServlet {
|
|||
request.setAttribute("aboutText", portal.getAboutText());
|
||||
request.setAttribute("acknowledgeText", portal.getAcknowledgeText());
|
||||
request.setAttribute("bodyJsp", "/about.jsp");
|
||||
|
||||
|
||||
RequestDispatcher rd =
|
||||
request.getRequestDispatcher(Controllers.BASIC_JSP);
|
||||
rd.forward(request, response);
|
||||
|
|
|
@ -107,7 +107,6 @@ public class PropertyEditLinks extends TagSupport{
|
|||
}
|
||||
|
||||
Individual entity = (Individual)pageContext.getRequest().getAttribute("entity");
|
||||
|
||||
LinkStruct[] links = null;
|
||||
|
||||
//get context prefix needs to end with a slash like "/vivo/" or "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue