Remove hard-coded debug-level logging
This commit is contained in:
parent
67a5bcb5a7
commit
e262b22e45
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.warning("Could not import MusicMatchingEngine, falling back to basic similarity")
|
logger.warning("Could not import MusicMatchingEngine, falling back to basic similarity")
|
||||||
_matching_engine = None
|
_matching_engine = None
|
||||||
# Temporarily enable debug logging for edition matching
|
|
||||||
logger.setLevel(logging.DEBUG)
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class DatabaseArtist:
|
class DatabaseArtist:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue