Skip to content

Commit dd79de0

Browse files
author
Dan Burger
committed
ASB-31862 is_logger_verbose removed
1 parent 733ae25 commit dd79de0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bibcat/core/paper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,6 @@ def _setup_consider_wordchunk(
964964
The string representation of the core meaning of the current wordchunk, and
965965
any matched keywords.
966966
"""
967-
# Get verbosity of logger
968-
is_logger_verbose = logger.getEffectiveLevel() == logging.DEBUG
969-
970967
# Extract representation of core meaning of current wordchunk
971968
tmp_res = self._extract_core_from_phrase(
972969
phrase_NLP=curr_chunk,

0 commit comments

Comments
 (0)