Skip to content

Commit

Permalink
chore: enable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Feb 22, 2024
1 parent c617732 commit 53144a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion paperscraper/impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logging.disable(logging.INFO)


class Impactor:
Expand Down
1 change: 0 additions & 1 deletion paperscraper/pubmed/pubmed.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logging.disable(logging.INFO)

PUBMED = PubMed(tool="MyTool", email="[email protected]")

Expand Down

0 comments on commit 53144a8

Please sign in to comment.