Skip to content

Commit

Permalink
delete unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhex committed Oct 26, 2021
1 parent 87ddfac commit 8259ffc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
import org.jabref.preferences.PreferencesService;

import org.controlsfx.control.PopOver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class GenerateEntryFromIdAction extends SimpleCommand {

private static final Logger LOGGER = LoggerFactory.getLogger(GenerateEntryFromIdDialog.class);

private final LibraryTab libraryTab;
private final DialogService dialogService;
private final PreferencesService preferencesService;
Expand Down

0 comments on commit 8259ffc

Please sign in to comment.