Skip to content

Commit

Permalink
Remove numba debug logging for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Nov 10, 2024
1 parent d93d828 commit c97a87b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion batdetect2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
__version__ = '1.0.8'
import logging

numba_logger = logging.getLogger("numba")
numba_logger.setLevel(logging.WARNING)

__version__ = "1.0.8"

0 comments on commit c97a87b

Please sign in to comment.