Skip to content

Commit 0cf1275

Browse files
committed
Update utils.py
1 parent 022ebad commit 0cf1275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napari_cellseg3d/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
LOGGER = logging.getLogger(__name__)
1616
###############
1717
# Global logging level setting
18-
LOGGER.setLevel(logging.DEBUG)
19-
# LOGGER.setLevel(logging.INFO)
18+
# LOGGER.setLevel(logging.DEBUG)
19+
LOGGER.setLevel(logging.INFO)
2020
###############
2121
"""
2222
utils.py

0 commit comments

Comments
 (0)