Removing debug output from editRequestDispatch.jsp
This commit is contained in:
parent
e5071f8920
commit
3c5d088173
1 changed files with 0 additions and 1 deletions
|
@ -233,7 +233,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
||||||
}
|
}
|
||||||
|
|
||||||
request.setAttribute("form", form);
|
request.setAttribute("form", form);
|
||||||
System.out.println("EditRequestDispatch - Forwarding TO: " + form);
|
|
||||||
%>
|
%>
|
||||||
<jsp:forward page="/edit/forms/${form}" />
|
<jsp:forward page="/edit/forms/${form}" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue