mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove a print statement
This commit is contained in:
parent
a88d51134c
commit
e25b0e7f41
@ -304,7 +304,6 @@ class USBMS(CLI, Device):
|
||||
else:
|
||||
return '(.+?)'
|
||||
template = cls.save_template().rpartition('/')[2]
|
||||
print 'bftr', template
|
||||
return re.compile(re.sub('{([^}]*)}', replfunc, template) + '([_\d]*$)')
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user