mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove debugging
This commit is contained in:
parent
c134c96b96
commit
5c093f846e
@ -89,7 +89,7 @@ class KOBO(USBMS):
|
|||||||
idx = bl_cache.get(filename, None)
|
idx = bl_cache.get(filename, None)
|
||||||
if idx is not None:
|
if idx is not None:
|
||||||
imagename = self.normalize_path(mountpath + '.kobo/images/' + ImageID + ' - iPhoneThumbnail.parsed')
|
imagename = self.normalize_path(mountpath + '.kobo/images/' + ImageID + ' - iPhoneThumbnail.parsed')
|
||||||
print "Image name Normalized: " + imagename
|
#print "Image name Normalized: " + imagename
|
||||||
bl[idx].thumbnail = ImageWrapper(imagename)
|
bl[idx].thumbnail = ImageWrapper(imagename)
|
||||||
bl_cache[filename] = None
|
bl_cache[filename] = None
|
||||||
if ContentType != '6':
|
if ContentType != '6':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user