Removing debug output from editRequestDispatch.jsp

This commit is contained in:
hjk54 2010-03-26 19:22:51 +00:00
parent e5071f8920
commit 3c5d088173

View file

@ -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}" />