Removing debugging messages/text
This commit is contained in:
parent
aab3f23f3a
commit
1c5e7fdde8
4 changed files with 0 additions and 6 deletions
|
@ -230,7 +230,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
//case where a form was passed as a http parameter
|
||||
form = formParam;
|
||||
}
|
||||
System.out.println("Edit request dispatch - forwarding to form is " + form);
|
||||
request.setAttribute("form", form);
|
||||
%>
|
||||
<jsp:forward page="/edit/forms/${form}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue