Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pramoth committed Sep 24, 2024
1 parent 41f6469 commit 9236c64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/quarkus/src/main/java/yolo/BenchmarkResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
import jakarta.ws.rs.Path;
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;
import org.jboss.logging.Logger;

@Path("/")
public class BenchmarkResource {
private static final Logger log = Logger.getLogger(BenchmarkResource.class);
@GET
@Path("/")
@Produces(MediaType.TEXT_PLAIN)
Expand Down

0 comments on commit 9236c64

Please sign in to comment.