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:
|
else:
|
||||||
return '(.+?)'
|
return '(.+?)'
|
||||||
template = cls.save_template().rpartition('/')[2]
|
template = cls.save_template().rpartition('/')[2]
|
||||||
print 'bftr', template
|
|
||||||
return re.compile(re.sub('{([^}]*)}', replfunc, template) + '([_\d]*$)')
|
return re.compile(re.sub('{([^}]*)}', replfunc, template) + '([_\d]*$)')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user