Skip to content

Commit

Permalink
#402: logger not required
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Aug 29, 2023
1 parent eb8b415 commit ffbf086
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import ca.uhn.fhir.rest.client.api.IGenericClient;
import ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor;
import ca.uhn.fhir.rest.gclient.IClientExecutable;
import lombok.extern.slf4j.Slf4j;
import org.apache.camel.Endpoint;
import org.apache.camel.Exchange;
import org.apache.camel.support.DefaultProducer;
Expand All @@ -36,7 +35,6 @@
* @author Christian Ohr
* @since 3.1
*/
@Slf4j
public class FhirProducer<AuditDatasetType extends FhirAuditDataset> extends DefaultProducer {

public FhirProducer(Endpoint endpoint) {
Expand Down

0 comments on commit ffbf086

Please sign in to comment.