mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 18:35:50 +00:00
Cleaned up extra logging.
This commit is contained in:
parent
2f126a8d9f
commit
3a901a6671
@ -1247,7 +1247,7 @@ public class ServerCapabilityStatementProviderR4Test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Search
|
@Search
|
||||||
public List<Observation> search(@OptionalParam(name = "subject") ReferenceParam theSubject) {
|
public List<Observation> search(@OptionalParam(name = "subject") ReferenceParam theSubject) {
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1289,8 +1289,6 @@ public class ServerCapabilityStatementProviderR4Test {
|
|||||||
CapabilityStatementRestResourceComponent groupResource = resources.stream()
|
CapabilityStatementRestResourceComponent groupResource = resources.stream()
|
||||||
.filter(resource -> "Group".equals(resource.getType()))
|
.filter(resource -> "Group".equals(resource.getType()))
|
||||||
.findFirst().get();
|
.findFirst().get();
|
||||||
ourLog.info("---");
|
|
||||||
ourLog.info(groupResource.toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<String> toOperationIdParts(List<CapabilityStatementRestResourceOperationComponent> theOperation) {
|
private List<String> toOperationIdParts(List<CapabilityStatementRestResourceOperationComponent> theOperation) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user