Skip to content

Commit

Permalink
ALS-7883: Remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 25, 2024
1 parent cbc658b commit d52a28d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
import javax.persistence.*;

import edu.harvard.dbmi.avillach.util.PicSureStatus;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@Entity(name = "query")
public class Query extends BaseEntity {

private static final Logger logger = LoggerFactory.getLogger(Query.class);

//TODO may not need these two things
private Date startTime;
Expand Down

0 comments on commit d52a28d

Please sign in to comment.