Skip to content

Commit

Permalink
remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed May 31, 2024
1 parent d6457b8 commit f504536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msyd/pyxfiles/pansyn.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ from msyd.coords import Pansyn, Range, Position
cdef int MIN_SYN_THRESH = 30

logger = util.CustomFormatter.getlogger(__name__)
import logging
logger.setLevel(logging.DEBUG)

def find_overlaps(left, right, only_core=False):
"""
Expand Down

0 comments on commit f504536

Please sign in to comment.