Removing some debug output
This commit is contained in:
parent
218d3dfa3c
commit
c9c3bf4e17
4 changed files with 2 additions and 5 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue