Quote:
Originally Posted by DoctorOhh
If you told it to remove spans and it told you it was removing spans then the message is proper. Whether or not spans exist it was still going through the process of checking and removing any spans that may have been there.
|
Prior to adding the span removal, the plugin never said it was doing something it didn't do. Look at this bit of the output I posted.
Code:
Looking for files to remove: [u'iTunesMetadata.plist', u'iTunesArtwork']
Looking for files to remove: [u'META-INF/calibre_bookmarks.txt']
Looking for files to remove: [u'.DS_Store', u'thumbs.db']
Looking for unused images
Looking for broken links in the NCX
Looking for Adobe xpgt files and links to remove
Looking for Adobe DRM meta tags to remove
Removed meta tag from: OEBPS/HundredThousan_chap-24.html
Removed meta tag from: OEBPS/HundredThousan_teas-1.html
Notice that it's not showing doing all of those things I told it to do that it didn't find anything to do. When it found the meta tag to remove, then it said it was ding it and which files it was doing it to. There are no empty spans in the ePub, so the plugin should not be saying that it's removing them. Nor should it be listing which files it's not actually removing spans from.
As it is, telling us it's removing spans when it's not is inconsistent behavior.