Changed a System.out to a log.debug, and removed unused code.

This commit is contained in:
ryounes 2011-03-17 21:33:54 +00:00
parent 38902a5787
commit c6babda169
2 changed files with 5 additions and 83 deletions

View file

@ -147,7 +147,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
//up an editing form.
//Note that we do not want this behavior for the delete link (handled above).
if ( (predicateUri != null) && (objectUri != null) && (wdf.getObjectPropertyDao().skipEditForm(predicateUri)) ) {
System.out.println("redirecting for predicate " + predicateUri);
log.debug("redirecting for predicate " + predicateUri);
%><c:redirect url="/individual">
<c:param name="uri" value="${param.objectUri}"/>
<c:param name="relatedSubjectUri" value="${param.subjectUri}"/>