Removing debugging cruft from FileBasedProhibitedFromSearch. NIHVIVO-2914
This commit is contained in:
parent
daedd6b73f
commit
6108fcd61f
1 changed files with 1 additions and 4 deletions
|
@ -49,10 +49,7 @@ public class FileBasedProhibitedFromSearch extends ProhibitedFromSearch {
|
||||||
|
|
||||||
if( modelOnlyForPFS.size() == 0 ){
|
if( modelOnlyForPFS.size() == 0 ){
|
||||||
log.warn("No class exclusion statements found.");
|
log.warn("No class exclusion statements found.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
modelOnlyForPFS.write( System.out , "N3-PP");
|
|
||||||
|
|
||||||
return modelOnlyForPFS;
|
return modelOnlyForPFS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue