Remove debugging print.

Signed-off-by: Graham R. Cobb <g+beets@cobb.uk.net>
This commit is contained in:
Graham R. Cobb 2021-03-15 01:09:50 +00:00
parent 0c612f408b
commit 7dd1ee3fab

View file

@ -30,7 +30,6 @@ from unidecode import unidecode
class BareascQuery(StringFieldQuery):
@classmethod
def string_match(cls, pattern, val):
print('In BareascQuery' + ' ' + pattern + ' ' + val)
# smartcase
if pattern.islower():
val = val.lower()