Skip to content

Commit

Permalink
fix: removed unused LOG
Browse files Browse the repository at this point in the history
"fix:" to trigger and test release in new github org
  • Loading branch information
chgl committed Jul 29, 2024
1 parent 5db8328 commit 6fbe0f8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
import org.miracum.streams.ume.obdstofhir.model.MeldungExportList;
import org.miracum.streams.ume.obdstofhir.serde.MeldungExportListSerde;
import org.miracum.streams.ume.obdstofhir.serde.MeldungExportSerde;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Service;

@Service
public class ObdsProcessor extends ObdsToFhirMapper {

private static final Logger LOG = LoggerFactory.getLogger(ObdsProcessor.class);
private static final FhirContext ctx = FhirContext.forR4();

@Value("${spring.profiles.active}")
Expand Down

0 comments on commit 6fbe0f8

Please sign in to comment.