NIHVIVO-2112 removing stupid debugging print statement (merge to trunk)

This commit is contained in:
bjl23 2011-02-10 22:42:06 +00:00
parent 8870173646
commit bb7444cf4c

View file

@ -410,7 +410,6 @@ public class PropertyDaoJena extends JenaBaseDao implements PropertyDao {
ResourceFactory.createResource(subjectUri)); ResourceFactory.createResource(subjectUri));
// Run the SPARQL query to get the properties // Run the SPARQL query to get the properties
System.out.println(dwf.getClass().getName());
DatasetWrapper w = dwf.getDatasetWrapper(); DatasetWrapper w = dwf.getDatasetWrapper();
Dataset dataset = w.getDataset(); Dataset dataset = w.getDataset();
dataset.getLock().enterCriticalSection(Lock.READ); dataset.getLock().enterCriticalSection(Lock.READ);