Remove hard-coded debug-level logging

This commit is contained in:
Antti Kettunen 2026-04-20 10:20:14 +03:00
parent 67a5bcb5a7
commit e262b22e45
No known key found for this signature in database
GPG key ID: C6B2A3D250359BD7

View file

@ -26,8 +26,6 @@ try:
except ImportError:
logger.warning("Could not import MusicMatchingEngine, falling back to basic similarity")
_matching_engine = None
# Temporarily enable debug logging for edition matching
logger.setLevel(logging.DEBUG)
@dataclass
class DatabaseArtist: