Remove hard-coded debug-level logging

pull/343/head
Antti Kettunen 3 weeks ago
parent 67a5bcb5a7
commit e262b22e45
No known key found for this signature in database
GPG Key ID: C6B2A3D250359BD7

@ -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:

Loading…
Cancel
Save