Removing some debug output

This commit is contained in:
hjk54 2010-06-22 19:37:06 +00:00
parent 218d3dfa3c
commit c9c3bf4e17
4 changed files with 2 additions and 5 deletions

View file

@ -29,6 +29,7 @@
VClass rangeClass = wdf.getVClassDao().getVClassByURI( RANGE_CLASS );
if( rangeClass == null ) log.debug("Cannot find class for range for property."
+ " Looking for " + RANGE_CLASS);
request.setAttribute("rangeClassUriJson", MiscWebUtils.escape(RANGE_CLASS));
request.setAttribute("predicateUriJson", MiscWebUtils.escape(PREDICATE));