Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Dec 15, 2023
1 parent b434d34 commit 7a70e10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ static TOCReference readTOCReference(Element navpointElement, EpubBook book) {
if (resource == null) {
Log.e(TAG, "Resource with href " + href + " in NCX document not found");
}
Log.v(TAG, "label:" + label);
Log.v(TAG, "href:" + href);
Log.v(TAG, "fragmentId:" + fragmentId);
// Log.v(TAG, "label:" + label);
// Log.v(TAG, "href:" + href);
// Log.v(TAG, "fragmentId:" + fragmentId);

//父级目录
TOCReference result = new TOCReference(label, resource, fragmentId);
Expand Down

0 comments on commit 7a70e10

Please sign in to comment.