Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Dec 5, 2023
1 parent 022ebad commit 0cf1275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napari_cellseg3d/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
LOGGER = logging.getLogger(__name__)
###############
# Global logging level setting
LOGGER.setLevel(logging.DEBUG)
# LOGGER.setLevel(logging.INFO)
# LOGGER.setLevel(logging.DEBUG)
LOGGER.setLevel(logging.INFO)
###############
"""
utils.py
Expand Down

0 comments on commit 0cf1275

Please sign in to comment.