Skip to content

Commit

Permalink
Merge pull request #7497 from machi1990/refactor/remove-unused-logger…
Browse files Browse the repository at this point in the history
…-from-vault

refactor: remove unused logger from vault extension
  • Loading branch information
gsmet authored Mar 1, 2020
2 parents 34edfbd + 9d0d4ba commit 51d37a3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.OptionalInt;

import org.jboss.jandex.DotName;
import org.jboss.logging.Logger;

import io.quarkus.arc.deployment.AdditionalBeanBuildItem;
import io.quarkus.deployment.annotations.BuildProducer;
Expand All @@ -26,8 +25,6 @@

public class VaultProcessor {

private static final Logger log = Logger.getLogger(VaultProcessor.class);

@BuildStep
void build(
BuildProducer<ReflectiveClassBuildItem> reflectiveClasses,
Expand Down

0 comments on commit 51d37a3

Please sign in to comment.