Remove debugging

This commit is contained in:
Timothy Legge 2010-06-17 22:01:08 -03:00
parent c134c96b96
commit 5c093f846e

View File

@ -89,7 +89,7 @@ class KOBO(USBMS):
idx = bl_cache.get(filename, None)
if idx is not None:
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_cache[filename] = None
if ContentType != '6':