mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 23:12:51 +01:00
Remove debugging print.
Signed-off-by: Graham R. Cobb <g+beets@cobb.uk.net>
This commit is contained in:
parent
0c612f408b
commit
7dd1ee3fab
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue