We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733ae25 commit dd79de0Copy full SHA for dd79de0
1 file changed
bibcat/core/paper.py
@@ -964,9 +964,6 @@ def _setup_consider_wordchunk(
964
The string representation of the core meaning of the current wordchunk, and
965
any matched keywords.
966
"""
967
- # Get verbosity of logger
968
- is_logger_verbose = logger.getEffectiveLevel() == logging.DEBUG
969
-
970
# Extract representation of core meaning of current wordchunk
971
tmp_res = self._extract_core_from_phrase(
972
phrase_NLP=curr_chunk,
0 commit comments